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

Try to fix stale symbol errors connected to lazyvals #21424

Closed
wants to merge 1 commit into from

Conversation

jchyb
Copy link
Contributor

@jchyb jchyb commented Aug 23, 2024

The actual stale symbol error, while recent, seems correct to me. There is no reason why an earlier phase (Mixins) should see a denotation from a later phase (LazyVals) - if the opposite is true (like with the fix here) the bringForward method is able to recover with a NoDenotation, which I think is what we want.

Based on #21280

The actual stale symbol error, while recent, seems correct to me.
There is no reason why an earlier phase (Mixins) should see denotation
from a later phase (LazyVals) - if the opposite is true (like with the fix
here) the bringForward method is able to recover with a NoDenotation,
which is what we want.
@jchyb
Copy link
Contributor Author

jchyb commented Aug 23, 2024

does not seem to work at all, unfortunately

@jchyb jchyb closed this Aug 23, 2024
@jchyb jchyb deleted the fix-stale-i21271 branch September 6, 2024 16:13
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

Successfully merging this pull request may close these issues.

1 participant