mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
- x'1234' +++ (ichar[1]) { 'A' } would fail due to missing const folding.
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
- 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.
|
||||
- `x'1234' +++ (ichar[1]) { 'A' }` would fail due to missing const folding.
|
||||
|
||||
### 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