Comparing slices and arrays of user-defined types that implement == operator now works #2486.

This commit is contained in:
Christoffer Lerno
2025-09-19 11:21:29 +02:00
parent 12eea4a98d
commit 3345e70c63
9 changed files with 483 additions and 40 deletions

View File

@@ -9,6 +9,7 @@
- Infer generic parameters lhs -> rhs: `List{int} x = list::NOHEAP`.
- Unify generic and regular module namespace.
- `env::PROJECT_VERSION` now returns the version in project.json.
- Comparing slices and arrays of user-defined types that implement == operator now works #2486.
### Fixes
- Compiler assert with var x @noinit = 0 #2452