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:** `ballerina/http` `ballerinax/mysql` clients initialization may require some sensitive data such as `clientId`, `clientSecret`, `password`, `path`, etc. The type of these fields defined as strings. ``` public type RefreshTokenGrantConfig record...

Type/Improvement

## Purpose This PR adds the rename popup to create variable code actions which allows the users to change the variable name when creating a variable. Fixes #36139 VSCode plugin...

Team/LanguageServer

## Purpose > Introducing caching with generated BIRs to improve the build time of the project. - Fixes https://github.com/ballerina-platform/ballerina-lang/issues/36499 ## Approach > Describe how you are implementing the solutions along...

Stale

## Purpose The current Testerina implementation is only compatible with the jBallerina backend. Hence, the code should be migrated to Ballerina to increase the maintainability and have a shared code...

## Purpose $subject Fixes #37344 ## Approach - Removed compiler validations for table arrays - Add runtime implementation for table array values ## Samples ```ballerina type IntMapTable table; configurable IntMapTable[]...

Team/jBallerina

## Purpose $subject by fixing new expression visiting logic in ContextTypeResolver class. Fixes #36339 ## Approach > Describe how you are implementing the solutions along with the design details. ##...

Team/LanguageServer

## Purpose This PR adds missing completions in qualified name reference context. Fixes #36718 ## Samples ## Check List - [x] Read the [Contributing Guide](https://github.com/ballerina-platform/ballerina-lang/blob/master/CONTRIBUTING.md) - [ ] Updated Change...

Team/LanguageServer

## Purpose > Describe the problems, issues, or needs driving this feature/fix and include links to related issues. - Fixes https://github.com/ballerina-platform/ballerina-lang/issues/36152 ## Approach > Describe how you are implementing the...

## Purpose > $subject Fixes #35624 ## Approach > ## Samples > ## Remarks > This fix only applied on the Semantic API. A profound solution would be needed once...

Team/CompilerFETools
Area/SemanticAPI
Lang/Intersection

## Purpose > Sync 2201.2.x