mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
More fixes to $$LINE
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user