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
trafficstars

### Description Currently, there are inconsistencies in how we choose package versions for resolve packages. We must redefine the semantics of the sticky flag and package locking modes and refactor...

Type/Improvement
Priority/High
Area/ProjectAPI

## Purpose $title. Fixes #42877 ## Approach > Describe how you are implementing the solutions along with the design details. ## Samples > Provide high-level details about the samples related...

Team/LanguageServer

### Description Need to know, whether we can improve the code modifier tasks to address the issue described below ### Describe your problem(s) We would like to have two code...

Type/Improvement
Area/ProjectAPI

### Description Currently, the documentation is captured in two files: Package.md for package documentation and additionally, a Module.md for module-specific documentation. This has to be improved to reduce to one...

Type/Improvement
Priority/Low
Area/ProjectAPI

### Description $title. ### Describe your problem(s) _No response_ ### Describe your solution(s) _No response_ ### Related area -> Compilation ### Related issue(s) (optional) _No response_ ### Suggested label(s) (optional)...

Type/Improvement
Team/CompilerFE
needTriage
userCategory/Compilation

**Description:** ```ballerina public function main() { xml c = xml `hello`; xml x = 'xml:concat(c/*, "h"); } ``` Out: ``` ERROR [main.bal:(4:13,4:34)] method invocations are not yet supported within XML...

Type/Bug
Priority/High
Team/CompilerFE
Lang/XML
Reason/Other

## Purpose $subject Fixes #42823 ## Approach When extracting variable names from local and module variables, update the implementation to handle wildcard binding patterns. ## Samples https://github.com/ballerina-platform/ballerina-lang/assets/46857198/b8d3c0f4-2c8d-4562-9ed6-453ab2ebec8a ## Remarks >...

Team/LanguageServer
Area/CodeAction

## Purpose $subject Fixes #42984 ## Approach > Describe how you are implementing the solutions along with the design details. ## Samples https://github.com/ballerina-platform/ballerina-lang/assets/46857198/27f278fd-bf89-4480-b519-69ac7b0b0f45 ## Remarks > List any other known...

Team/LanguageServer
Area/CodeAction

### Description ``` import ballerina/io; import ballerina/jballerina.java; type A record {}; type B A[]; public function func(typedesc t = ) returns t[] = @java:Method {'class: "io.ballerina.stdlib.data.csvdata.csv.Native"} external; public function main()...

Type/Bug
Team/CompilerFE
Points/0.5
Crash
userCategory/Compilation

### Description $Subject ### Steps to Reproduce _No response_ ### Affected Version(s) _No response_ ### OS, DB, other environment details and versions _No response_ ### Related area -> Runtime ###...

Type/Bug
Team/jBallerina