Gabilan Ganeshwaran

Results 41 issues of Gabilan Ganeshwaran

## Purpose > $title Fixes #33805 ## Approach > Determine MIN and MAX values for Ballerina decimal values per IEEE 754 Decimal encoding spec. ## Samples ## Remarks ## Check...

Team/jBallerina

## Purpose > $title Fixes #37842 ## Approach > Reuse fail nodes created at desugar for the same on-fail clause. ## Samples ## Remarks ## Check List - [x] Read...

Team/jBallerina

## Purpose > $title Fixes #37506 ## Approach > Reuse possible temporary variables without creating new variables each time for observability instrumentation. ## Samples ## Remarks ## Check List -...

Team/jBallerina

## Purpose > This PR treats the decimal subnormal values as Zero according to IEEE-754 Decimal specification. Fixes #38082 ## Approach The absolute decimal values smaller than the minimum positive...

Team/jBallerina

## Purpose > $title Fixes #42404 ## Approach Bundled extern function args int `anydata[]` and mapped to jBallerina `BArray` ## Samples ```ballerina public isolated client class ClientObj { isolated resource...

Team/jBallerina

## Purpose > $title Fixes #42320 ## 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 #42128 ## Approach > Describe how you are implementing the solutions along with the design details. ## Samples ```ballerina Runtime balRuntime = Runtime.from(new Module("orgName", "moduleName",...

Team/jBallerina

### Description $title Code-coverage ignores the integration test `RuntimeAPITests` added with the PR https://github.com/ballerina-platform/ballerina-lang/pull/42363 ### Describe your task(s) _No response_ ### Related area -> Runtime ### Related issue(s) (optional) _No...

Type/Task
Team/jBallerina

### Description A slowness is observed in the version 2201.8.5 when using `fromJsonWithType()` for binding a large json to a record. It's taking much time for conversion than 2201.8.4 ###...

Type/Bug
Team/jBallerina

### Description The panics will terminate the program abruptly. So they will not start the graceful shutdown sequence. Anyway currently even a panic in the main allows to execute the...

Type/Bug
Team/jBallerina