- Initializer did not correctly handle second rethrow #2870

- Crash encountering panic in if-else style switch #2871
This commit is contained in:
Christoffer Lerno
2026-01-28 22:56:59 +01:00
parent 362d5680e4
commit 414c0c9438
6 changed files with 148 additions and 31 deletions

View File

@@ -146,6 +146,8 @@
- Converting static "make_slice" to array failed to be handled #2866
- Narrowing a not expression was incorrectly handled #2867
- Vector shift by optional scalar failed #2868
- Initializer did not correctly handle second rethrow #2870
- Crash encountering panic in if-else style switch #2871
### Stdlib changes
- Add `ThreadPool` join function to wait for all threads to finish in the pool without destroying the threads.