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

infinite loop = death #6

Closed
kbuzzard opened this issue Apr 9, 2020 · 1 comment
Closed

infinite loop = death #6

kbuzzard opened this issue Apr 9, 2020 · 1 comment

Comments

@kbuzzard
Copy link
Contributor

kbuzzard commented Apr 9, 2020

In the natural number game, if I go to a world with an a+b in the goal after add_comm is proved (e.g. addition world, level 5) and then I type repeat {rw add_comm} it unsurprisingly goes into an infinite loop. In VS Code one can recover easily by just deleting the repeat line. But in NNG this seems to hang the game completely -- whatever level you go to now, Lean is always busy. Is this an issue with this repo?

Reported by Filip Szczepański on the Lean Zulip chat.

@mpedramfar
Copy link
Owner

This code is a wrapper around Lean, so I can't see how this issue could be cause by something in this repo. It probably has to do with the browser version of Lean.
In any case, with the new commits, you can simply delete the line and reload the page.

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

2 participants