[backport] Use Java rules for member lookup in .java sources#7738
Merged
retronym merged 1 commit intoscala:2.12.xfrom Feb 19, 2019
Merged
[backport] Use Java rules for member lookup in .java sources#7738retronym merged 1 commit intoscala:2.12.xfrom
retronym merged 1 commit intoscala:2.12.xfrom
Conversation
- Inherited type declarations are in scope in Java code - For static innner classes, we need to check in the companion module of each base classes. - Incorporate and accomodate test case from scala#6053 - Tests to java code referring to module-class owned classes via companion class prefix Backport of scala#7671
dbbb10a to
91bf0c7
Compare
Member
|
after -scala_version_default="2.12.9-bin-2e02c9f" # Feb 18
+scala_version_default="2.12.9-bin-a9337c2" # Feb 24over at https://scala-ci.typesafe.com/view/scala-2.12.x/job/scala-2.12.x-integrate-community-build/4194/ I'm seeing and further similar compile errors. I suspect this PR is the culprit @retronym @olafurpg it looks like |
retronym
added a commit
to retronym/scala
that referenced
this pull request
Jun 19, 2019
Fixed in scala#7671, which was backported to 2.12.x in scala#7738
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
module of each base classes.
Backport of #7671