-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Namespace resources are tracked by graph (#1320)
Refactor code such that Namespace resources are tracked by the graph, thus letting us remove dependency on using the Capturer to do so. Problem: The Capturer is currently tracking relevant Namespaces and we would like to instead use the Graph. Solution: Refactor codebase so Graph tracks referenced namespaces and remove dependency on the Capturer.
- Loading branch information
Showing
8 changed files
with
596 additions
and
263 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
Oops, something went wrong.