mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Add Implicit @pool for Each Unit Test Invocation (#2654)
* Add Implicit `@pool` for Each Unit Test Invocation
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
- Hard limit of 127 characters for identifiers.
|
||||
- `$$LINE` would sometimes yield the incorrect format.
|
||||
- Fix error message when a method has the wrong type for the first argument.
|
||||
- Unit tests allocating too much `tmem` without `@pool` would cause errors in unrelated tests. #2654
|
||||
|
||||
### 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