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

Refix the sorting of the slot registration #57

Closed
lochmueller opened this issue Jun 14, 2016 · 0 comments
Closed

Refix the sorting of the slot registration #57

lochmueller opened this issue Jun 14, 2016 · 0 comments
Assignees

Comments

@lochmueller
Copy link
Owner

lochmueller commented Jun 14, 2016

Refix the sorting of the slot registration
Introduced in this pull request: #56

sirdiego added a commit to sirdiego/autoloader that referenced this issue Jun 14, 2016
We should now be back to normal AND have the
possibility to add @signalPriority to Slots.

Sadly we can NOT use usort for this kind of
sorting because Zends Bubblesort is always
unstable and we can't predict the sorting
for equal priorities.

See: http://php.net/manual/en/function.usort.php

Fixes lochmueller#57
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

No branches or pull requests

2 participants