[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:
Zack Puhl
2026-01-31 14:19:57 -05:00
committed by GitHub
parent 3d512abaf7
commit 12975d07ac
8 changed files with 68 additions and 63 deletions

View File

@@ -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