Creating recursive debug info for functions could cause assertions.

This commit is contained in:
Christoffer Lerno
2026-01-07 23:50:56 +01:00
parent 527766310f
commit 8fa59cbb43
2 changed files with 12 additions and 7 deletions

View File

@@ -53,6 +53,7 @@
- Crash when doing a type property lookup for const inline enums in some cases #2717.
- Incorrect alignment on typedef and local variable debug info.
- Assert on optional-returning-function in a comma expression. #2722
- Creating recursive debug info for functions could cause assertions.
### Stdlib changes
- Add `ThreadPool` join function to wait for all threads to finish in the pool without destroying the threads.