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

Investigate if we can improve the interpretation of generics #8765

Open
wouterdb opened this issue Feb 19, 2025 · 0 comments
Open

Investigate if we can improve the interpretation of generics #8765

wouterdb opened this issue Feb 19, 2025 · 0 comments

Comments

@wouterdb
Copy link
Contributor

For references, in to_dsl_type and get_reference_type we have to determine the concrete value of Reference[T]

We can handle the cases

Reference[str]

class TestRef(Reference[str]):
  pass

We can't handle the case

class DaRef[T,S](Reference[S]):
  pass

this is related to ilevkivskyi/typing_inspect#110

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant