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
trafficstars

## 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 (#) - [ ]...

Team/CompilerFE

## 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...

Team/CompilerFE
Area/SemtypeIntegration

### 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...

Type/Improvement
Team/CompilerFE
Area/TypeChecker
Area/SemtypeIntegration

### 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...

Type/Bug
Priority/Blocker
Team/CompilerFE
userCategory/Compilation

### 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_ ###...

Type/Improvement
Team/jBallerina

### 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...

Type/Improvement
Team/LanguageServer

### 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()`...

Type/Improvement
good first issue
Area/ProjectAPI

### 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:...

Type/Improvement
Priority/Blocker
Team/CompilerFE

### 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...

Type/Improvement
good first issue
Team/DevTools
Area/CLI-BuildTools
Hacktoberfest
Credits/45