Skip to content
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

Celluloid::Registry#delete doesn't remove actors' reference from registry hash #76

Merged
merged 3 commits into from Aug 17, 2012

Conversation

jeremyvdw
Copy link
Contributor

Based on this small script https://gist.github.com/3378835 featuring a SupervisionGroup spawning/killing actors, it seems odd to me that Celluloid::Registry#delete doesn't remove actors' reference from registry hash (and keep a reference to dead actors).
If it's on purpose, can you please explain why?

Thanks

@travisbot
Copy link

This pull request passes (merged b9cb255 into c66f6b1).

@benlangfeld
Copy link
Member

It's probably worth adding a test for this. I do believe it is a bug.

@travisbot
Copy link

This pull request passes (merged ecb98d5 into c66f6b1).

tarcieri added a commit that referenced this pull request Aug 17, 2012
Celluloid::Registry#delete doesn't remove actors' reference from registry hash
@tarcieri tarcieri merged commit 2ce1a61 into celluloid:master Aug 17, 2012
@tarcieri
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants