- Hard limit of 127 characters for identifiers.

This commit is contained in:
Christoffer Lerno
2025-12-13 03:51:32 +01:00
parent 2a2c0f5d91
commit 466d3bc1b6
4 changed files with 14 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
- Typedefs and structs with inline types supporting lengthof would not work with lengthof #2641.
- `$defined(foo())` now correctly errors if `foo()` would require a path.
- `@if($defined((char*){}.foo()))` does not error if `foo` is missing.
- Hard limit of 127 characters for identifiers.
### Stdlib changes
- Add `ThreadPool` join function to wait for all threads to finish in the pool without destroying the threads.