Skip to content

#292 fix: keep non-ASCII paths literal in the mutants diff - #293

Merged
RAprogramm merged 2 commits into
mainfrom
292
Jul 27, 2026
Merged

#292 fix: keep non-ASCII paths literal in the mutants diff#293
RAprogramm merged 2 commits into
mainfrom
292

Conversation

@RAprogramm

Copy link
Copy Markdown
Owner

Closes #292

git diff escapes non-ASCII paths unless core.quotePath is off, and cargo-mutants rejects a diff containing such escapes outright — so the pull-request job failed on every change touching the wiki, whose pages are named in Russian, Chinese and Korean. Verified against a diff that carries all three.

@RAprogramm
RAprogramm merged commit dfbe40e into main Jul 27, 2026
27 checks passed
@RAprogramm
RAprogramm deleted the 292 branch July 27, 2026 02:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Mutation testing on a pull request fails on non-ASCII paths

1 participant