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.
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.