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

## Purpose Fixes https://github.com/ballerina-platform/ballerina-lang/issues/42865 Fixes https://github.com/ballerina-platform/ballerina-lang/issues/42868 ## Check List - [x] Read the [Contributing Guide](https://github.com/ballerina-platform/ballerina-lang/blob/master/CONTRIBUTING.md) - [ ] Updated Change Log - [ ] Checked Tooling Support (#) - [x]...

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

### Description $subject ### Describe your problem(s) https://github.com/ballerina-platform/ballerina-lang/issues/42729#issuecomment-2188484013 _No response_ ### Describe your solution(s) _No response_ ### Related area -> Runtime ### Related issue(s) (optional) https://github.com/ballerina-platform/ballerina-lang/issues/42729 ### Suggested label(s) (optional)...

Type/NewFeature
Team/jBallerina

## Purpose > Describe the problems, issues, or needs driving this feature/fix and include links to related issues. Fixes #42466 ## Approach > Describe how you are implementing the solutions...

## Purpose > All the functionality of arrays should be present for tuples as tuples are a subtype of arrays. (https://github.com/ballerina-platform/ballerina-lang/issues/26820) > Currently the `pop()` and `remove()` operations are not...

### Description ## Observability Need a way to import observability modules to a package. Although this can be done by asking the user to add a null import, this will...

Type/NewFeature
Team/DevTools
Area/ProjectAPI

### Description $subject ### Describe your problem(s) When compiling a ballerina resource method, we generate new method names with the class/object-type name prefix. This is updated in the function invocation...

Type/Improvement
Priority/High
Team/CompilerFE
needTriage
userCategory/Compilation

## Purpose Support adding resources from compiler plugins to the executables Fixes https://github.com/ballerina-platform/ballerina-lang/issues/43041 ## Approach > Describe how you are implementing the solutions along with the design details. ## Samples...

### Description Introduce a new CLI command (`bal watch`) or a flag (`bal run --watch`) to restart a running Ballerina service automatically, based on the file changes by a user....

Type/NewFeature
Area/CLI
Team/DevTools

## Purpose Update testng, hsqldb, jline, apache commons-compress and jetty-server dependency because of reported vulnerability. ~Also convert maven-resolver to a module since there were some module path issues.~ Fixed module...