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 Fixes #42227 ## Approach The `SelectDescendents` class is responsible for selecting descendants given the `xml-name-patterns`. This class calls the `descendants()` function of the `BXml` value passed to it....

Team/CompilerFE

## Purpose > $title Fixes #42555 ## Approach > Describe how you are implementing the solutions along with the design details. ## Samples > Provide high-level details about the samples...

Team/jBallerina

## Purpose Fixes https://github.com/ballerina-platform/ballerina-lang/issues/42735 ## Check List - [x] Read the [Contributing Guide](https://github.com/ballerina-platform/ballerina-lang/blob/master/CONTRIBUTING.md) - [ ] Updated Change Log - [ ] Checked Tooling Support (#) - [ ] Added...

Team/jBallerina

### Description $subject ### Steps to Reproduce The compiler type-checker creates unnecessary anonymous record types when evaluating record literals and logging an error. https://github.com/ballerina-platform/ballerina-lang/blob/89f1a3982bb9aa0d51c2bc982dbc6a5c79b80c23/compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/semantics/analyzer/TypeChecker.java#L1907 The log error call creates new...

Type/Bug
Team/CompilerFE

## Purpose $title. Fixes #42333 ## Approach Introduced two code actions, namely `clone value` and `add readonly type`, to fix the respective scenarios. ## Samples ### Clone the value https://github.com/ballerina-platform/ballerina-lang/assets/59343084/2d5b8f66-92c0-4aec-b1c3-52e62e51ac97...

Team/LanguageServer
Area/CodeAction

## Purpose > $title Fixes #42693 ## Approach > Describe how you are implementing the solutions along with the design details. ## Samples > Provide high-level details about the samples...

Team/jBallerina

### Description ATM all these classes are generated at root level.

Type/Task
Team/jBallerina

## Purpose Fixes #33066 Fixes #32976 ## Approach Allow addition of xml values and a variable which is assignable to string type. ## Samples ## Remarks ## Check List -...

Team/CompilerFE

### Description Currently, the `getLocation` invocation for the structured type symbols described in the [spec](https://ballerina.io/spec/lang/master/#:~:text=or%20text%20items-,basic%2C%20structured,-array) returns an empty value. As these types are defined by the user, it's optimal to...

Type/Improvement
Team/CompilerFETools
Area/SemanticAPI

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