mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Comparing slices and arrays of user-defined types that implement == operator now works #2486.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user