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 As of now it is possible to delete any directory and its contents using `bal clean --target-dir ` command. Following is the emitted output for `bal clean --help`...

Type/Improvement
needTriage
userCategory/Compilation

### Description When we run bal build without the import `ballerinax/github`, and with a test directory, the following error occurs. ``` ERROR [ballerina/http/2.6.2::http_request_context.bal:(88:17,88:41)] invalid return type: members of a dependently-typed...

Type/Bug
Priority/Blocker
Team/DevTools
Area/ProjectAPI

### Description If you have enabled experimental "Run Fast" option in vs code and click "run" command shown above services, it then hides the "try it" and "visualize "options. To...

Type/Bug
needTriage
userCategory/Editor

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

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

### Description With the change made by https://github.com/ballerina-platform/ballerina-lang/pull/39585, the type of a narrowed symbol should be an intersection type rather than its effective type. ### Steps to Reproduce Use the...

Type/Bug
Team/CompilerFETools
Area/SemanticAPI

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

### Description Assume we have two worker, say `w1` and `w2` and have an alternate wait (ie. `wait w1|w2`). Now assume we have a `runtime:sleep` in the first worker to...

Type/Bug
Team/jBallerina

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

Team/jBallerina