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
Here's the situation: You have a module A that imports another module B. At the cryptol repl, you load A with :l A.cry. But then B contains an error, so the load fails, leaving you with no modules loaded. Then you go into your editor, fix the error in B.cry, and then type :r.
I would expect :r to retry the most recent :l command, which should load module A. But cryptol instead just loads module B and stops.
The text was updated successfully, but these errors were encountered:
yav
added a commit
that referenced
this issue
Mar 2, 2019
Here's the situation: You have a module
A
that imports another moduleB
. At the cryptol repl, you loadA
with:l A.cry
. But thenB
contains an error, so the load fails, leaving you with no modules loaded. Then you go into your editor, fix the error inB.cry
, and then type:r
.I would expect
:r
to retry the most recent:l
command, which should load moduleA
. But cryptol instead just loads moduleB
and stops.The text was updated successfully, but these errors were encountered: