Hasitha Aravinda

Results 57 comments of Hasitha Aravinda

@jclark, @sanjiva @sameerajayasoma . Here is another example, Let's say I have two distinct types X and Y, ``` public type X distinct object { xxx }; public type Y...

I think we have to fix this in a forward-compatible way. Both approaches look OK to me. But I prefer to go with option 1 for now.

This task is completed and merged to the M1 branch.

Here are the initial project structures - https://github.com/hasithaa/module-ballerina-workflow - https://github.com/hasithaa/module-ballerinax-temporal Currently waiting for Repo creation

M1 branches are created. https://github.com/ballerina-platform/module-ballerina-workflow/tree/m1 https://github.com/ballerina-platform/module-ballerinax-temporal/tree/m1

Right now spec says only `Variables declared in default-worker-init are in scope within named workers, whereas variables declared in default-worker are not.` In addition, we have to mention, those variables...

Comments, much like code, require maintenance. We often prefer self-documenting code. Commenting on an import statement is not immediately apparent unless its usage is examined. So I think that is...