-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LogicOverhaul: Remove LazyModule and everything associated with it
This tool was only put into the public API to support a mechanism for hiding imports from tracking in certain parts of a library. Ultimately, that paradigm has proven to be a bad one since those hidden imports can result in fully invisible dependencies if the primary usage modules only bring in those deps via the LazyModules. The better solution is just to carefully manage dependencies to only bring in what's needed. Signed-off-by: Gabe Goodhart <[email protected]>
- Loading branch information
1 parent
3d53ff5
commit fb0c020
Showing
7 changed files
with
0 additions
and
114 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
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 was deleted.
Oops, something went wrong.