-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid instantiating config_layout in upper injector hierarchy
* Vm was grabbing a ConfigLayout as a dependency. * Unfortunately, MacStore and KvStore were arranging for a ConfigLayout to be associated with base_injector. * But carthage-runner was setting --keep on the layout injector not the base_injector * So VMs were auto-shutting down Fixes: * VM explicitly gets an ConfigLayout from its injector rather than trusting dependency resolution * MacStore and KvStore do the same to avoid polluting the base injector. Thanks @timrcm for noticing that some VMs were disappearing.
- Loading branch information
Showing
3 changed files
with
5 additions
and
3 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