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
{{ message }}
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.
1. When `Env::eval` handles a `Stmt:Call`, it pushes two scopes, but
only pops one of them. This manifested as a `can't find var` [issue in
deadwiki][1] when the "leaked" scope is cleared by `Eval::eval_for`.
2. When `Stmt::If` is evaluated, a scope is pushed but not popped when
the block contains a return statement. This manifested in the tests
after fixing the first issue.
[1]: xvxx/deadwiki#14
tdryer
added a commit
to tdryer/hatter
that referenced
this issue
Jan 27, 2021
1. When `Stmt:Call` is evaluated, two scopes are pushed, but only one is
popped. This manifested as a `can't find var` [issue in deadwiki][1]
when the "leaked" scope is cleared by `Eval::eval_for`.
2. When `Stmt::If` is evaluated, a scope is pushed but not popped when
the block contains a return statement. This manifested in the tests
after fixing the first issue.
[1]: xvxx/deadwiki#14
deadwiki fails to render the index of my notes directory with the error:
I get the same error with this minimal example:
The text was updated successfully, but these errors were encountered: