mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
- Eager evaluation of macro arguments would break inferred arrays on some platforms. #2771.
This commit is contained in:
@@ -85,6 +85,7 @@
|
||||
- Comparing an uint and int[<4>] was incorrectly assumed to be uint compared to int, causing a crash instead of an error. #2771
|
||||
- When an `int[*][6]` was given too few values, the compiler would assert instead of giving an error. #2771
|
||||
- Inferring length from a slice was accidentally not an error.
|
||||
- Eager evaluation of macro arguments would break inferred arrays on some platforms. #2771.
|
||||
|
||||
### Stdlib changes
|
||||
- Add `ThreadPool` join function to wait for all threads to finish in the pool without destroying the threads.
|
||||
|
||||
Reference in New Issue
Block a user