- Compiler crash when concatenating structs and arrays to an untyped list.

This commit is contained in:
Christoffer Lerno
2025-12-11 03:46:15 +01:00
parent 1fc522ec9c
commit 37d42d555d
3 changed files with 82 additions and 1 deletions

View File

@@ -14,6 +14,7 @@
- Hex escapes like `"\x80"` would be incorrectly lowered. #2623
- Ignore const null check on deref in `$defined` and `$sizeof` #2633.
- Subscripting of constant slices would sometimes be considered non-constant #2635.
- Compiler crash when concatenating structs and arrays to an untyped list.
### Stdlib changes
- Add `ThreadPool` join function to wait for all threads to finish in the pool without destroying the threads.