-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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 iterator for method specializations #49116
Conversation
There have been longstanding reasons to want an API for extracting all extant specializations of a method, but this is even more true after #49071.
Since the fix in MethodAnalysis was straightforward, I thought it would be better to introduce an iterator interface, as I think more packages would find it easy to use. |
I think it would be nice if |
Co-authored-by: Shuhei Kadowaki <[email protected]>
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.
SGTM
There have been longstanding reasons to want an API for extracting all extant specializations of a method, but this is even more true after JuliaLang#49071. Co-authored-by: Shuhei Kadowaki <[email protected]> Co-authored-by: Jameson Nash <[email protected]>
There have been longstanding reasons to want an API for extracting all extant specializations of a method, but this is even more true after #49071.