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 The generated test code for the ballerina service template(`bal new -t service myService`) can be improved ### Describe your problem(s) The generated test code looks like this: ```bal...

Type/Improvement
good first issue
Area/CLI-BuildTools

### Description $subject.

Type/Improvement
Team/CompilerFE
Team/jBallerina
Points/5
Area/RuntimeTypeChecker
Area/SemtypeIntegration

## Purpose During the codegen phase we generate a set of functions for initializing modules and their ballerina constructs. As of now, these initializations are done using a flattened dependency...

## Purpose 2201.8.x PR of https://github.com/ballerina-platform/ballerina-lang/pull/42697 Fixes https://github.com/ballerina-platform/ballerina-lang/issues/42472 ## Approach > Describe how you are implementing the solutions along with the design details. ## Samples > Provide high-level details about...

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

Team/jBallerina

### Description When we use observability tracing for services which uses asynchronous function calls, the Parent-Child span inheritance has not been set properly. We can see two different traces for...

Type/Bug
Team/Observability

### Description We can use Java 21 virtual threads for scheduling ballerina functions. ### Describe your task(s) _No response_ ### Related area -> Runtime ### Related issue(s) (optional) _No response_...

Type/Task
Team/jBallerina

## Purpose $ subject Fixes https://github.com/ballerina-platform/ballerina-lang/issues/42711 ## Approach > Describe how you are implementing the solutions along with the design details. ## Samples > Provide high-level details about the samples...

### Description $title. ### Steps to Reproduce The respective code action is not provided for the following cursor position. ```ballerina isolated function fn() { future _ = start fn2(); }...

Type/Bug
Team/LanguageServer
Area/CodeAction

## Purpose Fixes https://github.com/ballerina-platform/ballerina-lang/issues/42655 ## Approach This PR will improve the generated to code as below to avoid file too large and method too large issues due to high record...