mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
[stdlib] Reduce inline code volume from sorting macros (#2831)
* reduce codegen in sorting macros * remove testing file... * Fix and some renaming, removing some sub-modules that should not be in use. --------- Co-authored-by: Christoffer Lerno <christoffer@aegik.com>
This commit is contained in:
@@ -5,9 +5,11 @@
|
||||
### Changes / improvements
|
||||
|
||||
### Stdlib changes
|
||||
- Summarize sort macros as generic function wrappers to reduce the amount of generated code. #2831
|
||||
|
||||
### Fixes
|
||||
- Add error message if directory with output file name already exists
|
||||
- Regression where nested lambdas would be evaluated twice.
|
||||
|
||||
## 0.7.9 Change list
|
||||
|
||||
|
||||
Reference in New Issue
Block a user