Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test case for remapping of absolute paths in panic messages #1704

Open
brson opened this issue Nov 5, 2024 · 0 comments
Open

Add test case for remapping of absolute paths in panic messages #1704

brson opened this issue Nov 5, 2024 · 0 comments

Comments

@brson
Copy link
Contributor

brson commented Nov 5, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog (Not Ready)
Development

No branches or pull requests

1 participant