-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Type binding cannot be read from TASTY #3500
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
This was previously discussed but not fully resolved in #2958 |
https://github.com/dotty-staging/dotty/tree/fix-bind-ambiguity has a first step that @DarkDimius implemented back then and some work I made on top to finish it. Unfortunately I currently a bit blocked on this one. @DarkDimius do you still remember this issue and do you have some useful pointers? |
After that file is compiled, we can reproduce the issue with |
When compiling from tasty (tests in tests/posFromTasty/)
When recompiling the code loaded from tasty, the references of
b
become redefinitions ofb
. There are also positions missing from.The text was updated successfully, but these errors were encountered: