Improve error message when using functions as values #2856

This commit is contained in:
Christoffer Lerno
2026-02-05 16:03:56 +01:00
parent 054fcd2deb
commit 016254d38c
7 changed files with 41 additions and 31 deletions

View File

@@ -4,6 +4,7 @@
### Changes / improvements
- Method resolution and `$define` now works together well unless definitions are out of order for real.
- Improve error message when using functions as values #2856
### Stdlib changes
- Summarize sort macros as generic function wrappers to reduce the amount of generated code. #2831