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 $title. Fixes #42654 ## Approach > Describe how you are implementing the solutions along with the design details. ## Samples > Provide high-level details about the samples related...

Team/LanguageServer

## Purpose $subject. Fixes #42400 ## Approach n/a ## Samples n/a ## Remarks n/a ## Check List - [x] Read the [Contributing Guide](https://github.com/ballerina-platform/ballerina-lang/blob/master/CONTRIBUTING.md) - [ ] Updated Change Log -...

Team/CompilerFE
Area/SemtypePort

### Description $subject. In the current nBallerina table semtype implementation [key-constraint ](https://ballerina.io/spec/lang/master/#key-constraint) is not supported. Ref: https://github.com/ballerina-platform/ballerina-lang/pull/42639#discussion_r1582795300

Type/Task
Team/CompilerFE
Area/SemtypePort

## Purpose Fixes https://github.com/ballerina-platform/ballerina-lang/issues/42655 ## 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...

### Description When building https://github.com/ballerina-platform/module-ballerinax-health.hl7v2/tree/main/hl7v23 with update 9 RC2. This is building fine with update 8.4. ``` Compiling source ballerinax/health.hl7v23:3.0.1 WARNING [health.hl7v23] Detected an attempt to compile this package using...

Type/Bug
Area/Compiler
Priority/Blocker
Team/jBallerina
userCategory/Compilation

### Description Following interop case with the parameter type specified gives the parameter count mismatch error which may cause confusions. ```ballerina public isolated client class Client { isolated function getResourceMethod(service...

Type/Bug
Team/jBallerina

## Purpose $ subject Fixes https://github.com/ballerina-platform/ballerina-lang/issues/42467 ## Approach > Describe how you are implementing the solutions along with the design details. ## Samples > Provide high-level details about the samples...

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

Team/jBallerina

### Description Currently we have an option to include namespaces when converting an XML to a record. Similarly add another option to add attributes. **example:** ``` string ``` **Without attributes**...

Type/Improvement
Team/LanguageServer
userCategory/Compilation

### Description $title ### Steps to Reproduce ```ballerina import ballerina/io; listener DEF ep1 = new DEF("DEF"); listener ABC ep2 = new ABC("ABC"); public function main() returns error? { io:println("main called");...

Type/Bug
Team/jBallerina