This repository has been archived by the owner on Oct 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- The driver now has a "clock", with a major and minor counter. - Counters are used to mark places where we expect loaded files to change. Otherwise you may have a file change between a call to `getSignature` and `getLowered`, which is terribly confusing. - Ticks (minor updates), allow non-emitted files to be reloaded if they have changed. This means you can reimport erroring files within the repl, and we will attempt recompilation. - Tocks (major updates), reloads any changed file. This is only done when using `:[re]load`, as you need to throw away any existing values at the same time. - The REPL now keeps the same driver around for the whole session, ticking and tocking it where appropriate. - Files are considered to have changed if their SHA256 hash has changed, or any of their dependencies have changed.
- Loading branch information
Showing
5 changed files
with
207 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.