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

Implicit views shouldn't be enabled when checking stability of a path #6263

Closed
scabug opened this issue Aug 21, 2012 · 4 comments
Closed

Implicit views shouldn't be enabled when checking stability of a path #6263

scabug opened this issue Aug 21, 2012 · 4 comments
Assignees
Labels
Milestone

Comments

@scabug
Copy link

scabug commented Aug 21, 2012

scala> class C(val a: Any) extends AnyVal; implicit def c2AnyRef(c: C): AnyRef = new {}
warning: there were 1 feature warnings; re-run with -feature for details
defined class C
c2AnyRef: (c: C)AnyRef

scala> val c = new C(0)
c: C = C@0

scala> type t = c.type
<console>:13: error: stable identifier required, but c2AnyRef(c) found.
       type t = c.type
                ^

The attempt to adapted c to AnyRef when checking stability of the prefix of the singleton type is both surprising and futile.

@scabug
Copy link
Author

scabug commented Aug 21, 2012

Imported From: https://issues.scala-lang.org/browse/SI-6263?orig=1
Reporter: @retronym
Affected Versions: 2.9.2, 2.10.0-M6
Other Milestones: 2.10.0

@scabug
Copy link
Author

scabug commented Sep 1, 2012

@paulp said:
I fixed this but I unwisely bundled it in a pull request with other stuff which hit the wall. I'll narrow down that pull req.

@scabug
Copy link
Author

scabug commented Sep 1, 2012

@paulp said:
scala/scala#1232

@scabug
Copy link
Author

scabug commented Sep 11, 2012

@gkossakowski said:
Should this ticket be closed now since the pull request got merged?

@scabug scabug closed this as completed Sep 11, 2012
@scabug scabug added this to the 2.10.0-M7 milestone Apr 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants