-
Notifications
You must be signed in to change notification settings - Fork 29
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
Create 1-many and many-many versions of DerivedSignal #661
Conversation
9aaff23
to
c1f1334
Compare
…eator Solves the circular import
Missing a few "unhappy path" tests, but otherwise ready to review |
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.
Thanks! I have just reviewed the tests as an example of how it would be used downstream and don't have time to review the implementation, sorry. Some of my comments may be a bit harsh/nitpicky but I was trying to review it from the perspective of "these are documented example cases that are the gold standard for how to use it".
Most of the comments are optional but I would like docs on this somewhere before I would approve
Co-authored-by: Dominic Oram <[email protected]>
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.
Great, thanks! I still haven't looked at the implementation in detail but the interface now looks good, just some minor suggestions, take them or leave them
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.
One nit, otherwise looks good. Thanks! If you get this into a release I will try and get and convert some of our usecases in dodal
Co-authored-by: Dominic Oram <[email protected]>
Fixes #525