Sasindu Alahakoon
Sasindu Alahakoon
## Purpose > Allow `on fail` keyword with only with regular-compound-stmt Fixes #37315 ## Check List - [x] Read the [Contributing Guide](https://github.com/ballerina-platform/ballerina-lang/blob/master/CONTRIBUTING.md) - [ ] Updated Change Log - [...
## Purpose > Add test for issue #32377. Fixes #32377 ## Check List - [x] Read the [Contributing Guide](https://github.com/ballerina-platform/ballerina-lang/blob/master/CONTRIBUTING.md) - [ ] Updated Change Log - [ ] Checked Tooling...
## Purpose > Fix invalid cyclic error for recursive readonly types. Fixes #35686 ## Check List - [ ] Read the [Contributing Guide](https://github.com/ballerina-platform/ballerina-lang/blob/master/CONTRIBUTING.md) - [ ] Updated Change Log -...
## Purpose > Pass annotations for union type refernce types. Fixes #36543 ## Check List - [ ] Read the [Contributing Guide](https://github.com/ballerina-platform/ballerina-lang/blob/master/CONTRIBUTING.md) - [ ] Updated Change Log - [...
## Purpose > Fix Invalid type inferring for literal expression. Fixes #37750 ## Check List - [ ] Read the [Contributing Guide](https://github.com/ballerina-platform/ballerina-lang/blob/master/CONTRIBUTING.md) - [ ] Updated Change Log - [...
**Reasons for making this change:** Ballerina is a growing open-source programming language focused on integration, and I would like to ask you to add a .gitignore template tailored for Ballerina...
Fixes - https://github.com/ballerina-platform/ballerina-lang/issues/42420 Design document - https://docs.google.com/document/d/1oLQLjXm2Uo1YJtqUO3mVnt_tPcRbrFJKloW7Jg3JrcU/edit?usp=sharing
### Description Sample code ``` type B function test(B b) { var a = true; if(a) { } } ``` After formatting, it will transform to following code which is...
### Description Design doc - https://docs.google.com/document/d/1oLQLjXm2Uo1YJtqUO3mVnt_tPcRbrFJKloW7Jg3JrcU/edit?usp=sharing ### Describe your problem(s) _No response_ ### Describe your solution(s) _No response_ ### Related area -> Compilation ### Related issue(s) (optional) _No response_ ###...