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
Remove range details from tests unrelated to parsing: this is mostly CompilationTests. Not sure what the right solution is, as ranges of compilation errors/warnings are pretty important. The tests that use SourceRange(0, 0) can probably have the range removed somehow, or be changed to use a common variable.
Now/soon
CompilationTests
. Not sure what the right solution is, as ranges of compilation errors/warnings are pretty important. The tests that useSourceRange(0, 0)
can probably have the range removed somehow, or be changed to use a common variable.Later
The text was updated successfully, but these errors were encountered: