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

## Purpose Expanding on the work initiated in https://github.com/ballerina-platform/ballerina-lang/issues/41636, support has been broadened to client resource access action statements. Fixes #42549 ## Samples ## Check List - [x] Read the...

Team/LanguageServer

## Purpose > Describe the problems, issues, or needs driving this feature/fix and include links to related issues. Fixes #42318 ## Approach > Describe how you are implementing the solutions...

## Purpose $ subject 2201.9.x PR of https://github.com/ballerina-platform/ballerina-lang/pull/42715 Fixes https://github.com/ballerina-platform/ballerina-lang/issues/42711 ## Approach > Describe how you are implementing the solutions along with the design details. ## Samples > Provide high-level...

## Purpose Expanding on the work initiated in https://github.com/ballerina-platform/ballerina-lang/issues/41636, support has been broadened to client resource access action statements. Fixes #42549 ## Samples ## Check List - [x] Read the...

Team/LanguageServer

## Purpose > Describe the problems, issues, or needs driving this feature/fix and include links to related issues. Fixes #42106 ## Approach > Describe how you are implementing the solutions...

### Description Currently, the bal tools need to be in java. This is a restriction since logic cannot be written in ballerina as we have done in edi-tool (https://github.com/ballerina-platform/ballerina-library/issues/6473). Due...

Type/Improvement
Priority/High
Team/DevTools
Area/ProjectAPI

## Purpose Update parsing of xml step extension to match the spec. https://ballerina.io/spec/lang/master/#xml-step-extend ## Check List - [x] Read the [Contributing Guide](https://github.com/ballerina-platform/ballerina-lang/blob/master/CONTRIBUTING.md) - [ ] Updated Change Log - [...

Team/CompilerFE
Area/Parser

### Description Consider the following code, ```ballerina xmlns "a" as ns; function foo() { xml x = xml `Study`; _ = x.; } ``` This is parsed as, The second...

Type/Bug
Area/Parser
Lang/XML

### Description Completions are not properly ordered, as described in the proposed solution: https://github.com/ballerina-platform/ballerina-lang/issues/41636 ### Steps to Reproduce Prompt completions for the cursor position below. ```ballerina client class MyClass {...

Type/Bug
Team/LanguageServer
Area/Completion

### Description The `module-info.class` file of the Ballerina executable JAR (found in the jar's root directory) contains the same content of the `module-info.java` file of the `lang.__internal` langlib module, which...

Type/Bug
Team/DevTools
Area/ProjectAPI