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

Type/Bug
Area/CLI
Team/DevTools
Reason/EngineeringMistake

**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 ```

Type/Improvement
Priority/High
Team/DevTools
Area/CLI-BuildTools

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

Type/Improvement
Team/jBallerina

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

Type/Improvement
Team/jBallerina

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

Type/Bug
Team/CompilerFE
Area/CodeAnalysis
Crash
userCategory/Compilation

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

Team/LanguageServer

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

Type/Bug
Priority/High
Area/ProjectAPI

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

Type/Improvement
Team/DevTools
Area/ProjectAPI

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

Type/Bug
Team/jBallerina
Team/DevTools
Area/TestFramework