ballerina-lang
ballerina-lang copied to clipboard
The Ballerina Programming Language
## Purpose $title. Fixes https://github.com/ballerina-platform/ballerina-lang/issues/43012 ## Check List - [x] Read the [Contributing Guide](https://github.com/ballerina-platform/ballerina-lang/blob/master/CONTRIBUTING.md) - [ ] Updated Change Log - [ ] Checked Tooling Support (#) - [ ]...
## Purpose $ subject Fixes https://github.com/ballerina-platform/ballerina-lang/issues/42729 This cannot yet be merged, because we need an API change to the `invokeMethodAsync` method to allow passing a class loader. ## Approach >...
## Purpose $subject Fixes [#42973](https://github.com/ballerina-platform/ballerina-lang/issues/42973) ## Approach > Describe how you are implementing the solutions along with the design details. ## Samples > Provide high-level details about the samples related...
### Description $subject. ```bal // distinctId must be >= 0 public function errorDistinct(int distinctId) returns SemType { BddNode bdd = bddAtom(-distinctId - 1); return basicSubtype(BT_ERROR, bdd); } ``` - `distinct...
### Description When we get the service object type from the service object typedesc, the annotations at the service level, resource level and resource parameter level are not visible at...
### Description Sub task of https://github.com/ballerina-platform/ballerina-lang/issues/41431 ### Describe your problem(s) _No response_ ### Describe your solution(s) _No response_ ### Related area -> Runtime ### Related issue(s) (optional) _No response_ ###...
### Description Currently, LS always uses the sticky option when loading projects. This restricts the user from working in a fully offline mode (no internet) if the versions are not...
### Description Ballerina compiler driver uses the [DependencyGraph.java](https://github.com/ballerina-platform/ballerina-lang/blob/master/compiler/ballerina-lang/src/main/java/io/ballerina/projects/DependencyGraph.java) class to represent the dependency graph of a given Ballerina package. At the moment, the compiler driver uses the [`public List toTopologicallySortedList()`...
### Description https://github.com/ballerina-platform/module-ballerinax-health.hl7v2/tree/main/commons - update the ballerina version and remove those explicit dependencies from the `Ballerina.toml`. `bal build` gives following error; ```[2024-06-05 21:50:09,791] SEVERE {b7a.log.crash} - Java heap space java.lang.OutOfMemoryError:...
### Description The `bal graph` command outputs a digraph. ### Describe your problem(s) This is not directly readable from the CLI and the users have to use a digraph visualizer...