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
Implement an internal "assertShort" utility (#16164)
I'm often implementing against an assertion, for instance in
TreeChecker. While implementing a fix I add some extra output. So it's
useful for me to suppress the full page of stacktrace that that assert
typically emits, so I can roundtrip without having to scroll back up.
0 commit comments