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

Add unsorted-dispatcher #97

Open
camsaul opened this issue Aug 18, 2022 · 0 comments
Open

Add unsorted-dispatcher #97

camsaul opened this issue Aug 18, 2022 · 0 comments
Labels
enhancement New feature or request high-priority! more important than the other issues

Comments

@camsaul
Copy link
Owner

camsaul commented Aug 18, 2022

For some operator method combinations like + the order the methods are done in is not important, but the usual dispatchers can still fail if there are multiple methods for ancestor dispatch values.

We should add an unsorted-dispatcher that return all matching methods in an indeterminate order without complaining if we have ambiguous diamond inheritance issues

@camsaul camsaul added enhancement New feature or request high-priority! more important than the other issues labels Aug 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request high-priority! more important than the other issues
Projects
None yet
Development

No branches or pull requests

1 participant