-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
fixes #23564; hasCustomPragma
skips alises types
#24994
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
Conversation
It seems that we need to add an internal version of getTypeInst to skip aliases types |
I would think it should be exposed to users as well. The first way I thought of doing it was to go in the impl for the type alias sym and recurse with the body as the type instead, but the body ( |
Okay, I will add something like |
Thanks for your hard work on this PR! Hint: mm: orc; opt: speed; options: -d:release |
fixes #23564
perhaps handle generic aliases (tyGenericInst for aliases types) if needed