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 #1594 we added a fetature to remap absolute file paths in panic messages (and debuginfo) to relative paths, for reproducibility.
That issue did not land any tests - the feature is complicated to test, but we did discuss methods for testing it.
Also in that thread it was mentioned that we probably screwed up on windows specifically, because the feature as implemented does not work with spaces in paths, and windows home directories commonly contain spaces.
Let's write a test and fix the implementation on windows.
The text was updated successfully, but these errors were encountered:
In #1594 we added a fetature to remap absolute file paths in panic messages (and debuginfo) to relative paths, for reproducibility.
That issue did not land any tests - the feature is complicated to test, but we did discuss methods for testing it.
Also in that thread it was mentioned that we probably screwed up on windows specifically, because the feature as implemented does not work with spaces in paths, and windows home directories commonly contain spaces.
Let's write a test and fix the implementation on windows.
The text was updated successfully, but these errors were encountered: