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 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...

Type/Task
Team/CICD

### 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...

Type/Task
Area/Performance

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.

Type/Task
Area/Performance

### 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)...

Type/Task
Team/jBallerina

### 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)...

Type/Task
Team/jBallerina

### 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...

Type/Bug
Team/CompilerFE
Area/TypeChecker

## 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...

Type/Bug
Area/Compiler
Team/CompilerFE

## 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...

Type/Improvement
Team/Observability