Gabilan Ganeshwaran
Gabilan Ganeshwaran
### 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 > $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 $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");...
[Improvement]: Improve type conversion logic by remembering repeated checks of non-convertible types
### Description $title example case 1: When members of union have records and those records have same inconvertible record fields, currently the checks are carried out on both records. If...
**Description:** If a module has a module listener (static listener) and a registered dynamic listener, does the shutdown order of them matter? **Suggested Labels:** **Code sample that shows issue:** **Related...
## Purpose > $title ## Goals > Describe the solutions that this feature/fix will introduce to resolve the problems described above ## Approach > Describe how you are implementing the...
## 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...
## 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...
### 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...
## Purpose > $title Fixes #42605 ## Approach > Describe how you are implementing the solutions along with the design details. ## Samples > Provide high-level details about the samples...