ballerina-lang
ballerina-lang copied to clipboard
The Ballerina Programming Language
### Description Currently, there are inconsistencies in how we choose package versions for resolve packages. We must redefine the semantics of the sticky flag and package locking modes and refactor...
## Purpose $title. Fixes #42877 ## Approach > Describe how you are implementing the solutions along with the design details. ## Samples > Provide high-level details about the samples related...
### Description Need to know, whether we can improve the code modifier tasks to address the issue described below ### Describe your problem(s) We would like to have two code...
### Description Currently, the documentation is captured in two files: Package.md for package documentation and additionally, a Module.md for module-specific documentation. This has to be improved to reduce to one...
### Description $title. ### Describe your problem(s) _No response_ ### Describe your solution(s) _No response_ ### Related area -> Compilation ### Related issue(s) (optional) _No response_ ### Suggested label(s) (optional)...
**Description:** ```ballerina public function main() { xml c = xml `hello`; xml x = 'xml:concat(c/*, "h"); } ``` Out: ``` ERROR [main.bal:(4:13,4:34)] method invocations are not yet supported within XML...
## Purpose $subject Fixes #42823 ## Approach When extracting variable names from local and module variables, update the implementation to handle wildcard binding patterns. ## Samples https://github.com/ballerina-platform/ballerina-lang/assets/46857198/b8d3c0f4-2c8d-4562-9ed6-453ab2ebec8a ## Remarks >...
## Purpose $subject Fixes #42984 ## Approach > Describe how you are implementing the solutions along with the design details. ## Samples https://github.com/ballerina-platform/ballerina-lang/assets/46857198/27f278fd-bf89-4480-b519-69ac7b0b0f45 ## Remarks > List any other known...
### Description ``` import ballerina/io; import ballerina/jballerina.java; type A record {}; type B A[]; public function func(typedesc t = ) returns t[] = @java:Method {'class: "io.ballerina.stdlib.data.csvdata.csv.Native"} external; public function main()...
### Description $Subject ### Steps to Reproduce _No response_ ### Affected Version(s) _No response_ ### OS, DB, other environment details and versions _No response_ ### Related area -> Runtime ###...