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
Some neg tests now return more errors since we do stricter checking that
comparisons with null make sense. There's an unfortunate interaction with
`errorTerm` in Parser which returns a `null` literal as a tree when the
parser gets confused. That null literal now causes follow on errors in some
cases.
I believe the right thing to do would be to let `errorTerm` return a tree
with an `ErrorType`. I tried that, and it would remove again all the added
errors in this commit. Unfortunately, it breaks SignatureHelpTest in a way
I cannot fix.
0 commit comments