ballerina-lang
ballerina-lang copied to clipboard
The Ballerina Programming Language
**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...
## 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...
## 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...
## 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[]...
## 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. ##...
## 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...
## 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...
## Purpose > Sync 2201.2.x