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

Fix file as soon as it's parsed, not after program ends #124

Open
JoshCheek opened this issue Jan 26, 2018 · 0 comments
Open

Fix file as soon as it's parsed, not after program ends #124

JoshCheek opened this issue Jan 26, 2018 · 0 comments

Comments

@JoshCheek
Copy link
Owner

When code takes a long time to run, the file is sitting there in the rewritten state. What about putting the old file back into place as soon as the first value is recorded? That implies Ruby has parsed the file already, so we should be good to set it back at that time. This should hopefully improve the flicker when running saved files.

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

1 participant