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
[error] -- [E029] PatternMatchExhaustivityError:/home/jenkins/agent/workspace/buildCommunityProject/repo/Code/Main/jvm/src/main/scala/rescala/fullmv/mirrors/Host.scala:88:30
[error] 88| getCachedOrReceiveRemote(guid, newSubsumableLockReflection(this, guid, remoteProxy)) match {
[error] |^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[error] |match may not be exhaustive.
[error] |
[error] |It would fail on pattern case: mirrors.Instantiated(_)
[error] |
[error] | longer explanation available when compiling with`-explain`
[error] one error found
[error] (rescalaJVM /Compile/ compileIncremental) Compilation failed
Not doing so, in a context where GADT inferrence is enabled, such as in
TypeOps.refineUsingParent, leads to false inferrences.
Doing so, and removing the previous fix for scala#15967, fixes the regression
in scala#16339, and keeps scala#15967 as well as scala#16123 (which is somewhat
related) fixed.
Not doing so, in a context where GADT inferrence is enabled, such as in
TypeOps.refineUsingParent, leads to false inferrences.
Doing so, and removing the previous fix for scala#15967, fixes the regression
in scala#16339, and keeps scala#15967 as well as scala#16123 (which is somewhat
related) fixed.
The text was updated successfully, but these errors were encountered: