ballerina-lang icon indicating copy to clipboard operation
ballerina-lang copied to clipboard

The Ballerina Programming Language

Results 632 ballerina-lang issues
Sort by recently updated
recently updated
newest added

### Description Values of Ballerina regex variables are not correctly shown in the debugger ### Steps to Reproduce Debug the following source and check the value of `foo` public function...

Type/Bug
Priority/High
Area/Debugger
Team/DevTools

## Purpose Fixes #34779 ## Approach Update `isAssignable` to not to allow assigning of value with static type`xml` to value with static type `xml:Comment|xml:Element|xml:ProcessingInstruction|xml:Text`. But this assignment is allowed in...

Team/CompilerFE

### Description Consider the following example ```ballerina function f1() { from int i in [1, 2, 3] do { do { } on fail error e { error res2 =...

Type/Bug
Team/CompilerFE
userCategory/Compilation

### Description The above validation is needed for the following scenarios. There may be more scenarios as well.; 1) A tool can be mistakenly packed without a main command. And,...

Type/Improvement
Priority/Low
Team/DevTools

### Description Add rename popup to `create variable with type` code action ### Describe your problem(s) _No response_ ### Describe your solution(s) _No response_ ### Related area -> Editor ###...

Type/Improvement
Priority/Low
Team/LanguageServer
Points/1
Area/CodeAction
userCategory/Editor

### Description In dependently-typed functions, there can be cases where the user may trigger a create variable code action without providing the expected type in the context. In this scenario,...

Type/Improvement
Team/LanguageServer
Area/CodeAction

### Description $title. ### Steps to Reproduce ```ballerina function f1(string str) { do { check f2(); check f2(); } on fail error error(message) { } } function f2() returns error?...

Type/Bug
Team/CompilerFE

## Purpose > Describe the problems, issues, or needs driving this feature/fix and include links to related issues. Fixes https://github.com/ballerina-platform/ballerina-lang/issues/32985 ## Approach > Describe how you are implementing the solutions...

### Description $subject According to the spec when declaring constant it is optional to add the type descriptor. The current compiler has the capability to resolve the constant type without...

Type/Improvement
Team/LanguageServer
Area/CodeAction

We need to produce a document similar to the following with the Swan Lake release. https://docs.microsoft.com/en-us/dotnet/core/compatibility/

Type/Task
Type/Docs
Team/CompilerFETools