Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add prepareDependencies #288

Merged
merged 8 commits into from
Nov 7, 2024
Merged

Add prepareDependencies #288

merged 8 commits into from
Nov 7, 2024

Conversation

stephencelis
Copy link
Member

Right now, dependencies can only be overridden using scoped operations like withDependencies or attached to object livecycles (withDependencies(from:)). This introduces a new top-level way of preparing global dependencies so that they are accessible in the top-level scope of your application.

Right now, dependencies can only be overridden using scoped operations
like `withDependencies` or attached to object livecycles
(`withDependencies(from:)`). This introduces a new top-level way of
preparing global dependencies so that they are accessible in the
top-level scope of your application.
@stephencelis stephencelis requested a review from mbrandonw October 9, 2024 23:07
@stephencelis stephencelis marked this pull request as draft October 9, 2024 23:18
mbrandonw and others added 2 commits November 4, 2024 18:49
* Attempted fix of preparing dependency in multiple lines.

* fixes

* fix

* tests

* wip

* fixes

* clean up

* clean up

* clean up

* wip

* wip

* fix

* wip

* wip

* wip
@mbrandonw mbrandonw marked this pull request as ready for review November 7, 2024 21:56
@stephencelis stephencelis merged commit 653531e into main Nov 7, 2024
5 checks passed
@stephencelis stephencelis deleted the prepare-dependencies branch November 7, 2024 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants