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
In #976, the parsing that determines where a colon is between a file name and an object path was changed incorrectly: a basic (and important) use-case fails:
In #976, the parsing that determines where a colon is between a file name and an object path was changed incorrectly: a basic (and important) use-case fails:
but
passes. The failing case is a relative local path; the successful case is an absolute local path.
I verified that 6b1952e (just before #976) passes but fdcbb8e (just after #976) fails.
The text was updated successfully, but these errors were encountered: