-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Failure Ychecking path depended outer after explicitOuter #10253
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
Comments
I see the problem but I don't think it matters. There's a loss of path-dependent typing very close before erasure, where the whole thing gets erased anyway. Can we not put things in an exclude list instead? I have a long tail of things to resolve, before I could get to this. |
If it's intented to be part of scala3-library that would mean we can't compile the whole library with -Ycheck:all like everything else which would be unfortunate. |
In theory it should be inside of the QuoteContext but this is blocked by scala#10253. We take this first step to cleanup the `scala.tasty` package
In theory it should be inside of the QuoteContext but this is blocked by scala#10253. We take this first step to cleanup the `scala.tasty` package Also fix code that uses Reflection directly.
In theory it should be inside of the QuoteContext but this is blocked by scala#10253. We take this first step to cleanup the `scala.tasty` package Also fix code that uses Reflection directly.
In theory it should be inside of the QuoteContext but this is blocked by scala#10253. We take this first step to cleanup the `scala.tasty` package Also fix code that uses Reflection directly.
In theory it should be inside of the QuoteContext but this is blocked by scala#10253. We take this first step to cleanup the `scala.tasty` package Also fix code that uses Reflection directly.
In theory it should be inside of the QuoteContext but this is blocked by scala#10253. We take this first step to cleanup the `scala.tasty` package Also fix code that uses Reflection directly.
Use the actual prefix of the base type rather than an applied ThisType
Fix #10253: Fix result type of outer accessors
Minimized code
Output (click arrow to expand)
The text was updated successfully, but these errors were encountered: