ballerina-lang
ballerina-lang copied to clipboard
The Ballerina Programming Language
## 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)...
## 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...
### 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...
## 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....
## 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...