Fix list[0].i = 5 when list[0] returns a pointer. #2888

This commit is contained in:
Christoffer Lerno
2026-02-05 00:34:17 +01:00
parent 5e656603a5
commit dcf695c726
5 changed files with 37 additions and 2 deletions

View File

@@ -14,6 +14,7 @@
- Add error message if directory with output file name already exists
- Regression where nested lambdas would be evaluated twice.
- Compiler crash when using arrays of vectors in lists. #2889
- Fix `list[0].i = 5` when `list[0]` returns a pointer. #2888
## 0.7.9 Change list