Weihang Lo
Weihang Lo
The error was emitted from this piece of code: https://github.com/rust-lang/cargo/blob/ac8c6aba13c07e8e94940a3c465f1f52294832ea/src/cargo/core/registry.rs#L993-L1011 It might be possible to attach a span information with `orig_patch`, though that would be quite challenging. * `[patch]` can...
> Not having looked at the code, would it be possible to track any of > > * If it came from config or manifest > * Which config >...
I have the idea just by looking at the code. Mark this as `S-accepted` but mind that it needs some more code explorations and a brave heart. Patching implementation in...
#14473 was not finished. This issue is resolved yet.
Cargo also failed to cross-compile to loongarch64 musl due to this. https://github.com/rust-lang/rust/pull/145478#issuecomment-3193494156
On my Linux machine the limit is around 2.6MiB ``` $ getconf ARG_MAX 2621440 ``` Looking at how the thresholds are calculated: . I feel like on Windows it is...
> However, I am not so sure about Windows. I don't have a windows machine handy but [this](https://superuser.com/questions/362066/windows-limitation-to-the-length-of-command-line-parameters) Stack overflow seems to suggest that its much lower at 2^16 chars...
Personally I prefer to always having the target triple in path (in whatever form, could be a hash as well), if we need to distinguish them.
Besides the argument list issue, the others concern around expanding to multiple `-L` flags are * Would the order of `-L` changes between different builds? * If yes, that might...
Small suggestion: Can we remove the leading `.` and stop hiding the `.fingerprint` directory?