ballerina-lang
ballerina-lang copied to clipboard
The Ballerina Programming Language
## 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...
## 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 -...
### 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
## 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...
### 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...
## 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...
### 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**...
### 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");...