-
Notifications
You must be signed in to change notification settings - Fork 15
Adding children in addition to parents #113
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
Adding children in addition to parents #113
Conversation
jochemvandooren
left a comment
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.
Very nice! 🚀
|
Hey @ross-whatnot! I just merged #110, which means |
1291cb5 to
6a78a7d
Compare
|
OK @jochemvandooren , that should be all hooked up now! |
Co-authored-by: Jochem van Dooren <[email protected]>
|
Awesome @ross-whatnot! I will release a new version ASAP |
As discussed here, adding
childrento models / sources / snapshots. This is a simple addition to the logic that populates parents; basically, ifxis one ofy's parents, thenyis one ofx's children.This allows writing rules like:
This will need to be updated slightly for new evaluable types, but that should be easy.