-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev(compiler): add actor for watch compiler (#371)
* dev(compiler): init notify access model * dev(compiler): generalize {with,set}_exporter * dev(compiler): notify stage1 * dev(compiler): remove high-level workaround * dev(compiler): prefer `Arc<Document>` * dev(compiler): refactor a bit * dev(compiler): detect undetermined notify + at low-level + state-based detection * dev(compiler): add more comments * dev: compress event triggering compilation * dev: synchronize memory change with NotifyActor * dev: optimize hot path to memory editting * docs: add more comments * dev: clean logging * docs: add more comments * fix: warning * fix: doc example * dev(compiler): cheaper path clone * fix: doc example again
- Loading branch information
1 parent
ccee54f
commit a30cad9
Showing
29 changed files
with
1,850 additions
and
370 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.