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
If we try to load an interface file, Cryptol correctly says that it can't load the file. However, we do set the current module as the interface file, so if we do :edit we can edit the file. Exiting the editor tries to reload the file, and again fails (correctly), but then the REPL is left in an inconsistent state where trying to evaluate anything panic because the focused module is not loaded.
The text was updated successfully, but these errors were encountered:
When loaded an interface is treated like an empty functor.
Adding this capability would also be useful if we generalize
interfaces to allow for definitions, as discussed in #1457
This also fixes#1456
If we try to load an interface file, Cryptol correctly says that it can't load the file. However, we do set the current module as the interface file, so if we do
:edit
we can edit the file. Exiting the editor tries to reload the file, and again fails (correctly), but then the REPL is left in an inconsistent state where trying to evaluate anything panic because the focused module is not loaded.The text was updated successfully, but these errors were encountered: