Xiaoyi
Xiaoyi
This PR fixes issue #3461 by using crate_name instead of label.name in progress messages for better clarity. The issue occurs when crate_name doesn't match the target label, making it difficult...
Bug: crates_vendor with cargo patch fails due to incorrect path resolution in local_crate_mirror.bzl
# Bug: crates_vendor with cargo patch fails due to incorrect path resolution in local_crate_mirror.bzl ## Summary When using `crates_vendor` with `mode = "remote"` and `Cargo.toml` with `[patch.crates-io]` sections that reference...
https://github.com/LaurentMazare/tch-rs/blob/fde04c49b3e99ce298f401e83aa16705c0ae600d/torch-sys/build.rs#L350-L352 1. Download is written to the final file name 2. If the build aborted in the middle, the next build run will pick up the incomplete zip file 3....
### What happened? ## Description The `fs.readlinkSync` function in rules_js fs patches incorrectly converts relative symlinks to absolute paths. This breaks the intended relative nature of symlinks, causing issues when...