Commit 99ac78e
v2: fix checker test ordering and generic struct resolution
- Process struct decls before type decls so generic type aliases
like `type X = Vec4[f32]` see struct fields during instantiation
- Fix generic method test: use flexible param count assertion since
receiver inclusion in params varies by context
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent f91d734 commit 99ac78e
2 files changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
661 | 661 | | |
662 | 662 | | |
663 | 663 | | |
| 664 | + | |
664 | 665 | | |
665 | 666 | | |
666 | | - | |
667 | 667 | | |
668 | 668 | | |
669 | 669 | | |
| |||
2613 | 2613 | | |
2614 | 2614 | | |
2615 | 2615 | | |
| 2616 | + | |
2616 | 2617 | | |
2617 | 2618 | | |
2618 | | - | |
2619 | 2619 | | |
2620 | 2620 | | |
2621 | 2621 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
496 | 496 | | |
497 | 497 | | |
498 | 498 | | |
499 | | - | |
500 | | - | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
501 | 502 | | |
502 | 503 | | |
503 | 504 | | |
| |||
0 commit comments