More fixes to $$LINE

This commit is contained in:
Christoffer Lerno
2025-12-16 21:48:35 +01:00
parent 415c9639e7
commit 070b13c81c
4 changed files with 76 additions and 9 deletions

View File

@@ -20,7 +20,7 @@
- `$defined(foo())` now correctly errors if `foo()` would require a path.
- `@if($defined((char*){}.foo()))` does not error if `foo` is missing.
- Hard limit of 127 characters for identifiers.
- `$$LINE` would sometimes incorrectly be constant.
- `$$LINE` would sometimes yield the incorrect format.
- Fix error message when a method has the wrong type for the first argument.
### Stdlib changes