mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
- Bug when initializing an inferred array with deep structure using designated init #2826
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
- Make `foo.$abc` implicitly mean `foo.eval("$abc")`.
|
||||
- Deprecating multi-level array length inference. `int[*][*]` is deprecated and will be removed 0.8.0.
|
||||
- Combining argument-less initialization with argument init for bitstructs is now allowed e.g. `{ .b, .c = 123 }`.
|
||||
- Bug when initializing an inferred array with deep structure using designated init #2826
|
||||
|
||||
### Fixes
|
||||
- Regression with npot vector in struct triggering an assert #2219.
|
||||
|
||||
Reference in New Issue
Block a user