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 initializers + dependent modules #13

Merged
merged 18 commits into from Mar 3, 2022
Merged

Add initializers + dependent modules #13

merged 18 commits into from Mar 3, 2022

Conversation

nikku
Copy link
Owner

@nikku nikku commented Feb 13, 2022

  • remove Module
  • support __init__ hook
  • support __depends__ hook
  • bump dependencies

To simplify the public API `Module` got removed.

Use the documented `ModuleDeclaration` to create and configure modules.


BREAKING CHANGES:

* Removed `Module`. Use documented `ModuleDeclaration` to define a
  didi module.
Support a special `__init__` key as part of module initialization
that causes the services (or initializer functions) to be eagerly
invoked during injector bootstrapping.


BREAKING CHANGES:

* Improved `ModuleDeclaration` typings to clearly reflect API used
Support a special `__depends__` key as part of module initialization
that causes the declared dependent modules to be loaded and initialized
first.
This improves nested error handling (preserves stack traces).
@nikku nikku merged commit 5de4697 into master Mar 3, 2022
@nikku nikku deleted the dep-init branch March 3, 2022 19:37
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.

None yet

1 participant