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

Refines type argument annotation operations #252

Merged
merged 5 commits into from
Oct 10, 2024

Conversation

nimakarimipour
Copy link
Member

Previous to this PR, if a type-use annotation was requested to add by the Injector, it would add the annotation on all the type arguments and add the declaration recursively. With this PR, we can control exactly determine the location of arguments where should be annotated. It uses the index system to locate the target type arg.

@nimakarimipour nimakarimipour added the enhancement New feature or request label Oct 10, 2024
@nimakarimipour nimakarimipour self-assigned this Oct 10, 2024
@nimakarimipour nimakarimipour merged commit 411098f into master Oct 10, 2024
7 checks passed
@nimakarimipour nimakarimipour deleted the nimak/refine-type-arg branch October 10, 2024 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant