foo.x was not always handled correctly when foo was optional.

This commit is contained in:
Christoffer Lerno
2025-12-30 12:38:04 +01:00
parent 90f0486334
commit 9bd04526e8
4 changed files with 98 additions and 1 deletions

View File

@@ -41,6 +41,7 @@
- Assert when struct size would exceed 4 GB.
- Assert when encountering a malformed module alias.
- Assert when encountering a test function with raw vaarg parameters.
- `foo.x` was not always handled correctly when `foo` was optional.
### Stdlib changes
- Add `ThreadPool` join function to wait for all threads to finish in the pool without destroying the threads.