ballerina-lang
ballerina-lang copied to clipboard
The Ballerina Programming Language
### Description 1. When we pull a bal tool, a hash verification failure error occurs. 2. Once pulled, the process hangs for a very long time before terminating. I suspect...
**Description:** $subject with bal new and init commands. Eg: ``` bal new myorg/mypackage:0.1.0 -t lib bal new myorg/mypackage:0.1.0 -t choreo/gmail_new_attachment_to_drive:1.1.2 bal init myorg/mypackage:0.1.0 ```
### Description $subject ### Describe your problem(s) Currently, in the `wso2.controlplane` module, we use `service_`, and `listener_` prefixed names with increasing integer counts. This is not very useful and clear...
### Description $subject ### Describe your problem(s) This is needed to identify whether or not to register the Ballerina node. ### Describe your solution(s) In `Repository` interface ```java public boolean...
### Description When a class is instantiated with the `new` keyword, if you give a class that does not exist, the thrown compiler error is vague and causes a Bad...
## Purpose > Describe the problems, issues, or needs driving this feature/fix and include links to related issues. Fixes # ## Approach > Describe how you are implementing the solutions...
## Purpose $title. Fixes #42331 ## Approach Modified the existing `add isolated qualifier` and `make variable immutable` code actions to fix the diagnostic `invalid access of mutable storage in an...
[Bug]: Building a project with a corrupted Dependencies.toml causes a bad sad error for some cases
### Description When there's corrupted Dependencies.toml file in a Ballerina package(this could be a missing field or an invalid value in a field), and the project is built, the build...
### Description The package locking mode resolution has been distributed among different classes during the package resolution. While this works without any issues, it's a bit confusing. It impacts the...
### Description Getting no such field exception when I have a client method call inside the test function. The client method has escape characters and has a default parameter. If...