Method resolution and $define now works together well unless definitions are out of order for real.

This commit is contained in:
Christoffer Lerno
2026-02-04 12:23:37 +01:00
parent 6bc606a9b1
commit 1c8cb7fa11
6 changed files with 44 additions and 20 deletions

View File

@@ -3,6 +3,7 @@
## 0.7.10 Change list
### Changes / improvements
- Method resolution and `$define` now works together well unless definitions are out of order for real.
### Stdlib changes
- Summarize sort macros as generic function wrappers to reduce the amount of generated code. #2831