ballerina-lang
ballerina-lang copied to clipboard
The Ballerina Programming Language
### 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`...
### 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...
### 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...
## 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...
## Purpose > $Subject
### 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...
## 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...
## 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...