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

Consider a scenario where I have specified a package version in the Ballerina.toml which is not available locally, but I have included the property `repository=local`. e.g., ```toml [[dependency]] org =...

Type/Improvement
Team/DevTools
Area/Diagnostics
Area/ProjectAPI

### Description We've observed that the Ballerina.toml file isn't being updated with each tool configuration run. This becomes problematic when there are interdependent tool configurations relying on the details updated...

Type/Improvement
Area/CLI
Team/DevTools
userCategory/Compilation

### Description > $Subject ### Describe your problem(s) With the Ballerina tool integration, we can define tool configurations in the `Ballerina.toml` file. The tool options for the OpenAPI tool are...

Type/Improvement
Area/CLI
Team/DevTools

### Description According to [ballerina central](https://central.ballerina.io/), "Organization name can only contain alphanumeric values with lower case letters and cannot start with numeric values". However ballerina toml org field validation regex...

Type/Bug
Team/DevTools
Area/CLI-BuildTools

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

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

Team/CompilerFE
Area/Parser

## Purpose > Describe the problems, issues, or needs driving this feature/fix and include links to related issues. Fixes #35191 ## Approach Fix xml attribute access on all subtypes of...

Team/CompilerFE

### Description With #42512 we are using the nBallerian's function type implementation in jBallerina. However nBallrina's implementation doesn't take `@typeParam` annotation in to consideration. Therefore in #42622 we are using...

Type/Task
Team/CompilerFE
Area/SemtypePort

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

### Description Xml to record conversion is not working for below scenario, ``` John Hollywood FL USA ``` ### Steps to Reproduce _No response_ ### Affected Version(s) _No response_ ###...

Type/Bug
Team/LanguageServer
userCategory/Compilation