ballerina-lang
ballerina-lang copied to clipboard
The Ballerina Programming Language
### Description Ideally we should be able to trigger a workflow in github that will run the performance tests in https://github.com/ballerina-platform/ballerina-performance and give us an report. For this we will...
### Description We have planned to add the fallowing test scenarios to [ballerina-performance](https://github.com/ballerina-platform/ballerina-performance) - [x] Content based routing - [x] JSON to XML/ XML to CSV transformation - [x] JSON...
We need to add the infrastructure support (databases, jms, etc) for tests added under https://github.com/ballerina-platform/ballerina-performance/pull/60 and https://github.com/ballerina-platform/ballerina-performance/pull/60. Furuthermore we need to integrate them with the test runner.
### Description This issue is to track progress of migrating current stdlibs to Java 21 ### Describe your task(s) _No response_ ### Related area -> Runtime ### Related issue(s) (optional)...
### Description $Subject ### Describe your task(s) _No response_ ### Related area -> Runtime ### Related issue(s) (optional) _No response_ ### Suggested label(s) (optional) _No response_ ### Suggested assignee(s) (optional)...
### Description I got a bad sad error in the following scenario. - Define a Ballerina file with constants - Define a const json, c1 - Use that constant in...
## Purpose This supersedes #43260, #43259, #43251, #43240, #43225, #43203, #43190, #42870, #42841, #43140, #42847, #42794 Fixes #42258, #42802, #42871, #43107, #43248, #43235, #43236, #43237, #43204, #43200, #43116, #42869, #42814...
### Description The`SymbolFlags.isFlagOn(SymbolFlags.READONLY, type.getFlags())` is not working properly when we try to check a `Btype` is readonly or not. Please refer to https://github.com/ballerina-platform/module-ballerina-data.jsondata/pull/45/files#r1796678932 for more details. ### Steps to Reproduce...
## Purpose > When running `bal` inside Windows Git Bash the command is not found. This PR adds a "proxy script" that will execute the `bal.bat` file in Git Bash....
### Description Currently, each Ballerina statement is captured as an event in trace spans. While this could be helpful in locating code lines when errors occur, it significantly increases data...