Skip to content

Fix/mixins #242

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

Merged
merged 4 commits into from
Nov 26, 2014
Merged

Fix/mixins #242

merged 4 commits into from
Nov 26, 2014

Conversation

odersky
Copy link
Contributor

@odersky odersky commented Nov 25, 2014

core/transform tests again. Review by @DarkDimius

The bug caused new version of FirstTransform to compile with errors.
The datarace happened because for method "transform" implemented
by ResolveSuper which disambiguated overridden methods.
Previously, there was a reference FirstTransform.this.transform
of type termRefWithSig to the method implemented in a super trait. Now the same
reference points to the newly implemented method.

Solved because ResolveSuper now generates symbolic references.
The clause got accidentally dropped in the rebase.
DarkDimius added a commit that referenced this pull request Nov 26, 2014
@DarkDimius DarkDimius merged commit 745c852 into scala:master Nov 26, 2014
@allanrenucci allanrenucci deleted the fix/mixins branch December 14, 2017 19:22
tgodzik added a commit to tgodzik/scala3 that referenced this pull request Apr 29, 2025
Backport "Add warning for :kind command" to 3.3 LTS
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.

2 participants