Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Filter not started children when generating supervisor nodes #8

Merged
merged 1 commit into from
Apr 13, 2017

Conversation

arkgil
Copy link
Contributor

@arkgil arkgil commented Apr 12, 2017

This little change fixes #7 (and erlanglab/erlangpl#43). Now we filter list of supervisor's children to exclude the ones which are not started.

After merge, we need to release and tag version 0.1.1 of epl_st, update erlangpl to include new version and tag 0.6.1.

@arkgil arkgil requested review from michalslaski and baransu April 12, 2017 21:10
Copy link
Member

@michalslaski michalslaski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@arkgil do you think it would make sense to merge epl_st with the erlangpl repo under apps/ ?

@baransu
Copy link

baransu commented Apr 13, 2017

I think this is good idea to keep core functionality we have right now under one repo. After plugin system is complete we can create new parts based on that.

@arkgil
Copy link
Contributor Author

arkgil commented Apr 13, 2017

Yes, that's a good idea. I thought I'd wait until I change plugin loader so that plugins must be Erlang applications, but I can just move epl_st for now.

@arkgil arkgil merged commit 030ee90 into master Apr 13, 2017
@arkgil arkgil deleted the handle-undef-sup-children branch April 13, 2017 07:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Handle undefined atom as a valid child returned by supervisor:which_children
3 participants