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

Generic#name does not support generic_args named argument #15311

Open
Blacksmoke16 opened this issue Dec 22, 2024 · 0 comments
Open

Generic#name does not support generic_args named argument #15311

Blacksmoke16 opened this issue Dec 22, 2024 · 0 comments
Labels
good first issue This is an issue suited for newcomers to become aquianted with working on the codebase. kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:lang:macros

Comments

@Blacksmoke16
Copy link
Member

Related to #15310, I feel like we should support this named argument on the Generic ASTNode type. Currently you can work around it by calling .resolve on it first, but is there a reason to not just supported it directly as well?

@Blacksmoke16 Blacksmoke16 added kind:bug A bug in the code. Does not apply to documentation, specs, etc. good first issue This is an issue suited for newcomers to become aquianted with working on the codebase. topic:lang:macros labels Dec 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue This is an issue suited for newcomers to become aquianted with working on the codebase. kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:lang:macros
Projects
None yet
Development

No branches or pull requests

1 participant