Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

:r doesn't reload as expected #578

Closed
brianhuffman opened this issue Mar 1, 2019 · 2 comments
Closed

:r doesn't reload as expected #578

brianhuffman opened this issue Mar 1, 2019 · 2 comments
Milestone

Comments

@brianhuffman
Copy link
Contributor

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.

yav added a commit that referenced this issue Mar 2, 2019
@atomb atomb added this to the 2.6.1 milestone Apr 1, 2019
@atomb atomb modified the milestones: 2.6.1, 2.7.0, 2.8.0 Apr 16, 2019
@yav
Copy link
Member

yav commented Apr 26, 2019

I think this is fixed now. @brianhuffman do you want to check if it works as expected?

@brianhuffman
Copy link
Contributor Author

Looks good to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants