Dulmina Renuke

Results 24 comments of Dulmina Renuke

Created separate issue to analyze and optimize compile-time memory usage when compiling each module https://github.com/ballerina-platform/ballerina-lang/issues/43125

Bellow fixes are added in U10 to improve compile-time memory usage when compiling a module. Reduced ~60MB of heap usage - Remove creating `HashMap` for `jarEntries` in `JvmPackageGen` https://github.com/ballerina-platform/ballerina-lang/issues/43222 -...

As discussed with @hasithaa offline, we made the following design decisions for the workflow engine service declaration. 1. A remote method named `execute` is a must. 2. All the parameters...

Implementation is completed. Currently adding tests. However, I could not use the location of the return type descriptor for the return type validation due to https://github.com/ballerina-platform/ballerina-lang/issues/44396. Used the function location...