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

Make TypeNode#name respect generic_args: false in more places #11104

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

HertzDevil
Copy link
Contributor

Follow-up to #9224. Makes TypeNode#name(generic_args: false) strip the generic arguments when the receiver type is a Tuple instance, NamedTuple instance, Proc instance, or any generic metaclass type (instantiated or not).

@HertzDevil HertzDevil added kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:stdlib:macros topic:compiler:generics labels Aug 18, 2021
@HertzDevil HertzDevil marked this pull request as draft March 18, 2022 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:compiler:generics topic:stdlib:macros
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants