mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Regression when passing types as #expr arguments. #1461
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
- Fix error message when not finding a particular function.
|
||||
- Crash invoking a `@body` argument with the wrong number of parameters.
|
||||
- Fix reordering semantics in struct assignment.
|
||||
- Regression when passing types as `#expr` arguments. #1461
|
||||
|
||||
### Stdlib changes
|
||||
- Additional init functions for hashmap.
|
||||
|
||||
@@ -607,6 +607,8 @@ RETRY:
|
||||
case VARDECL_UNWRAPPED:
|
||||
break;
|
||||
case VARDECL_PARAM_EXPR:
|
||||
// These are never traced, they are folded in use.
|
||||
break;
|
||||
case VARDECL_PARAM_CT:
|
||||
case VARDECL_PARAM_REF:
|
||||
case VARDECL_PARAM:
|
||||
|
||||
Reference in New Issue
Block a user