You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace the use of ambiguous implicits by the `scala.implicits.Not`
class introduced in the PR. Running `sbt dottyThing/compile` crashes
with:
[info] exception occurred while compiling /home/smarter/opt/shims/dottyThing/src/main/scala/shims/dotty/test.scala
java.lang.AssertionError: assertion failed
at dotty.DottyPredef$.assertFail(DottyPredef.scala:38)
at dotty.tools.dotc.core.TyperState.commit(TyperState.scala:135)
at dotty.tools.dotc.typer.Implicits.op$12(Implicits.scala:737)
at dotty.tools.dotc.typer.Implicits.op$2(Implicits.scala:732)
at dotty.tools.dotc.typer.Implicits.inferImplicit(Implicits.scala:728)
at dotty.tools.dotc.typer.Implicits.inferImplicitArg(Implicits.scala:615)
at dotty.tools.dotc.typer.Typer.implicitArgs$2(Typer.scala:2020)
at dotty.tools.dotc.typer.Typer.implicitArgs$2(Typer.scala:2030)
at dotty.tools.dotc.typer.Typer.addImplicitArgs$1(Typer.scala:2033)
at dotty.tools.dotc.typer.Typer.adaptNoArgsImplicitMethod$2(Typer.scala:2085)
at dotty.tools.dotc.typer.Typer.adaptNoArgs$1(Typer.scala:2201)
at dotty.tools.dotc.typer.Typer.adaptInterpolated(Typer.scala:2346)
at dotty.tools.dotc.typer.Typer.adaptInterpolated(Typer.scala:2335)
at dotty.tools.dotc.typer.Typer.op$82(Typer.scala:1872)
at dotty.tools.dotc.typer.Typer.op$42(Typer.scala:1868)
at dotty.tools.dotc.typer.Typer.adapt(Typer.scala:1867)
at dotty.tools.dotc.typer.Typer.op$40(Typer.scala:1706)
at dotty.tools.dotc.typer.Typer.typed(Typer.scala:1702)
....
0 commit comments