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

Add a way to disable auto reload #83

Closed
yotamN opened this issue Feb 5, 2022 · 0 comments · Fixed by #91
Closed

Add a way to disable auto reload #83

yotamN opened this issue Feb 5, 2022 · 0 comments · Fixed by #91

Comments

@yotamN
Copy link
Member

yotamN commented Feb 5, 2022

Auto reload is great but the way it's implemented it deletes any state in the REPL. I propose to add a flag to disable it.
I personally think auto reload should be off by default but because we can't change it without breaking backwards compatibility I suggest adding the flag --no-auto-reload. If we want to eventually make it the default I also suggest adding --auto-reload flag that does nothing so the migration will be easier in the future.

We should also have a way to change the settings from the REPL which mean a %autoreload {on/off} command.

I plan on implementing it after my magics refactor is merged.

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

Successfully merging a pull request may close this issue.

1 participant