-
Notifications
You must be signed in to change notification settings - Fork 5
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 FactoryDescription protocol #33
base: master
Are you sure you want to change the base?
Conversation
Co-authored-by: Gleb Eliseev <[email protected]> Co-authored-by: Mikhail Kuzmin <[email protected]>
Co-authored-by: Gleb Eliseev <[email protected]> Co-authored-by: Mikhail Kuzmin <[email protected]>
19017d7
to
93724f2
Compare
{:key `a+di-update-key#0-target | ||
:description {:kind :service | ||
:var #'a}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Вот тут очень наглядно получилось
(t/is (= [{:key ::di/implicit-root | ||
:dependencies {`a :required}} | ||
{:key `a | ||
:description {:kind :service |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
мб :type
?
:dependencies {`a :required}} | ||
{:key `a | ||
:description {:kind :service | ||
:var #'a}}] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:variable
?
{:key `a+di-update-key#0-target | ||
:description {:kind :service | ||
:var #'a}} | ||
{:key `a+di-update-key#0-f}] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{:kind :trivial
:object str}
fixes #28