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

Create OSA004 #9

Closed
ledjon-behluli opened this issue Sep 4, 2023 · 0 comments · Fixed by #17
Closed

Create OSA004 #9

ledjon-behluli opened this issue Sep 4, 2023 · 0 comments · Fixed by #17
Labels
enhancement New feature or request

Comments

@ledjon-behluli
Copy link
Owner

  • Create new analyzer that detects usages of generic tuples & templates that should be specialized ones.
  • Create associated fixer that converts i.e:
    SpaceTuple(1, 1, 1) -> IntTuple(1, 1, 1)
    SpaceTuple('a', 'b', 'c') -> CharTuple('a', 'b', 'c')
    etc...
@ledjon-behluli ledjon-behluli added the enhancement New feature or request label Sep 6, 2023
@ledjon-behluli ledjon-behluli mentioned this issue Sep 9, 2023
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 a pull request may close this issue.

1 participant