Skip to content

Lift a Class[T] to an Expr[Class[T]] #3947

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

Closed
nicolasstucki opened this issue Jan 30, 2018 · 2 comments
Closed

Lift a Class[T] to an Expr[Class[T]] #3947

nicolasstucki opened this issue Jan 30, 2018 · 2 comments

Comments

@nicolasstucki
Copy link
Contributor

We need to be able to lift class tags to be able to lift Array. A ClassTag can be constructed with a java.lang.Class, hence we should be able to lift a java.lang.Class.

@nicolasstucki
Copy link
Contributor Author

nicolasstucki commented Feb 26, 2018

It looks like having Expr[reflect.ClassTag[T]] is enough.

@nicolasstucki
Copy link
Contributor Author

Expr[reflect.ClassTag[T]] is enough but not practical.

nicolasstucki added a commit to dotty-staging/dotty that referenced this issue Mar 26, 2018
nicolasstucki added a commit to dotty-staging/dotty that referenced this issue Mar 26, 2018
nicolasstucki added a commit to dotty-staging/dotty that referenced this issue Mar 26, 2018
nicolasstucki added a commit to dotty-staging/dotty that referenced this issue Mar 26, 2018
nicolasstucki added a commit to dotty-staging/dotty that referenced this issue Mar 27, 2018
nicolasstucki added a commit to dotty-staging/dotty that referenced this issue Mar 27, 2018
nicolasstucki added a commit that referenced this issue Mar 29, 2018
Fix #3947: Support lifting of java.lang.Class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants