You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Internal changes:
* `eval_list_eager()` was removed from the `Context` trait and added as a member method for `CallStack` (because we need a callstack to force arguments).
* `eval_list_lazy()` now boxes all expressions in promises (including literals).
This is necessary to box `..a`-style ellipsis arguments in a list-call promise, which requires
access to the underlying expression (needed to solve #216).
Bugs:
* `substitute()` now works on datatypes such as literals or calls (#199).
* accessing variable collected via 'rest-args' does now force evaluation of calls (#216).
0 commit comments