Commit d81fb8b
fix(windows): maven package_path mixed OS separator into the reported rel
jar_path was built as leaf_dir.join(&jar_leaf), which inserts an OS
separator (`\` on Windows) before the leaf while the rest of the
reported path keeps the rel's forward slashes — package_path is
reported (and asserted) as a display string, so
wired_rebuild_reports_vendored_jar_path failed on windows-latest.
Join the already-present full forward-slash rel (jar_copy_rel) off
project_root instead; same file, consistent report on every platform.
First-ever windows execution of this test: cargo runs test binaries as
they finish compiling, and every earlier windows run died in some other
binary first.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent cea6084 commit d81fb8b
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
180 | 184 | | |
181 | 185 | | |
182 | 186 | | |
| |||
0 commit comments