Commit 7aa1134
authored
Bug fixes (#161)
* Refactor namespace resolution logic in MLIRGen to improve clarity and functionality
* Refactor function instantiation logic in MLIRGen to enhance clarity and prevent nested generics instantiation
* Simplify bound function creation by removing unnecessary opaque type casting
* Refactor MLIRGen to remove unnecessary reference type casting and improve type handling; add tests for nested function captures
* Enhance MLIR type handling with new toPrimitive methods; add tests for primitive operations
* update test
* Enhance MLIRGen to support primitive type casting in binary operations; improve class instance handling for union types
* refactoring
* refactoring binary ops
* Refactor MLIRGen to improve function processing and error handling; ensure consistent return types for lambdas
* Enhance MLIRGen to improve type casting checks; add validation for class and interface types during casting
* Refactor MLIRGen to enhance handling of 'this' context; improve type checks for class and storage types during method resolution
* Remove obsolete bug18 test and add new tests for class iterator with super calls
* Implement rollback for postponed error messages and enhance generic function instantiation for binary operations
* Add tests for logical assignment operators and their behavior with optional parameters
* Remove obsolete bug23 test and add new tests for logical assignment operators
* Enhance MLIRGen to support additional function types in type handling1 parent 91acccf commit 7aa1134
14 files changed
Lines changed: 538 additions & 111 deletions
File tree
- docs/bugs
- tsc
- include/TypeScript/MLIRLogic
- lib/TypeScript
- test/tester
- tests
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
9 | 20 | | |
10 | 21 | | |
11 | | - | |
| 22 | + | |
12 | 23 | | |
13 | 24 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
| 256 | + | |
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
19 | 34 | | |
20 | 35 | | |
21 | 36 | | |
| |||
0 commit comments