-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempt to better distinguish restart/reset/rewind.
* Restart: `SkyFunction#compute` returns null because values were missing. It is called again after the missing values are ready. * Reset: In-progress evaluation of a node is started over to recover from an inconsistency. Temporary direct deps are cleared. * Rewind: A done node is marked dirty with `DirtyType#REWIND`. It evaluates again to regenerate its value. PiperOrigin-RevId: 567027792 Change-Id: I4c7b094005a15fd16f1d755de3b4d9a77f02da31
- Loading branch information
1 parent
7f60def
commit c3d445a
Showing
27 changed files
with
247 additions
and
230 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
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.