-
Notifications
You must be signed in to change notification settings - Fork 13
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
Implement AddParent() method #34
Conversation
Codecov Report
@@ Coverage Diff @@
## master #34 +/- ##
==========================================
+ Coverage 93.86% 94.10% +0.23%
==========================================
Files 16 16
Lines 522 543 +21
==========================================
+ Hits 490 511 +21
Misses 21 21
Partials 11 11
Continue to review full report at Codecov.
|
this would resolved #33 |
@chirino Thanks for the pull request. I will check this tomorrow |
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.
Do you want the cleanup function to be called for each container separately?
Yes. I think the typical usage will have child containers having a shorter lifespan than parents. So I’m not sure we can do much to safeguard proper cleanup. It’s up to the user to clean up parent containers once they are not being used by children. |
@chirino It looks good. I plan to merge this into the master today and test it a bit on my apps before release |
@defval Is it ready for a release yet? |
@chirino Yes, sorry for delay. I will prepare release today |
No description provided.