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
Fixscala#6255: Don't check exhaustivity for Expr[T]
This seems to be the best strategy for now, given that
quotes are the implicit args trick is only used for
matching Expr[T], and `case _ =>` is always used in such
cases.
Otherwise, we will need to reason equality of Terms, which is subtle.
0 commit comments