Results 33 issues of lochana-chathura

**Description:** $subject. We need to refactor as follows. - Use constant for the indexes. - Define an array of atoms and loop over it to initialize. e.g. `final readonly &...

Type/Improvement
semtype
in progress

**Description:** $subject. - At the moment when we do the intersection with `readonly,` we don't simplify the cell-based types enough. e.g. readonly & map - In the intersection we need...

Type/Improvement
semtype

**Description:** When you have multiple ballerina distributions available locally and you delete the `.ballerina` directory, the active distribution automatically gets switched to the oldest locally available version. In my case,...

Type/Bug

## Purpose $subject. Fixes #42811 Fixes #43030 ## Approach n/a ## Samples n/a ## Remarks n/a ## Check List - [x] Read the [Contributing Guide](https://github.com/ballerina-platform/ballerina-lang/blob/master/CONTRIBUTING.md) - [ ] Updated Change...

Team/CompilerFE
Area/SemtypeIntegration

### Description $subject. ```bal // distinctId must be >= 0 public function errorDistinct(int distinctId) returns SemType { BddNode bdd = bddAtom(-distinctId - 1); return basicSubtype(BT_ERROR, bdd); } ``` - `distinct...

Type/Improvement
Team/CompilerFE
Area/TypeChecker
Area/SemtypeIntegration

### Description $subject. Atm the coverage is zero.

Type/Task
Team/CompilerFE
Area/Parser

### Description $subject.

Type/Task
Team/CompilerFE
Area/SemtypeIntegration

### Description $subject.

Type/Improvement
Team/CompilerFE
Area/TypeChecker
Area/SemtypeIntegration

### Description $subject.

Type/Improvement
Team/CompilerFE
Area/TypeChecker
Area/SemtypeIntegration

## Purpose $subject Fixes #43344 Fixes #43437 ## Approach n/a ## Samples n/a ## Remarks n/a ## Check List - [x] Read the [Contributing Guide](https://github.com/ballerina-platform/ballerina-lang/blob/master/CONTRIBUTING.md) - [ ] Updated Change...

Team/CompilerFE
Area/SemtypeIntegration