Gabilan Ganeshwaran

Results 41 issues of 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...

Type/Bug
Team/jBallerina

## 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 $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

### 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...

Type/Improvement
Team/jBallerina

**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...

Team/jBallerina

## 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 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

## 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...

Team/jBallerina