scentini

Results 33 comments of scentini

Yes, there is a benefit to propagating a `CcInfo` from a `rust_static_library` in that one can depend on a `rust_static_library` from a `cc_library` without specifying additional linker arguments.

https://github.com/bazelbuild/rules_rust/pull/1434 shortened a target name for the same reason too. So far, whenever I've ran into this issue, the culprit turned out to be `MSVC`, especially the linker, and I...

I have scheduled some time with Bzlmod experts later this week to peer review this PR with the hope that we can move this PR forward and gain some expertise...

I have https://github.com/bazelbuild/rules_rust/pull/1728 which should address the issue. It's hard to write a test for it, but does someone volunteer to do two `bazel build`s (with a `bazel clean` inbetween)...

I read up a bit on `bzlmod` and unless someone with in-depth knowledge offers to do the review, I'll claim the 'expert' title. This PR LGTM, and aside from rebasing...

Thank you @Wyverald !

Sorry for the delay @UebelAndre . It seems that we have disabled dependabot apart from security vulnerability updates, and I'd rather not disable those. Is getting rid of the recent...

Hi @matts1 unfortunately I have not yet found the time to review the PR; however there seem to be some failures on CI, could you please take care of those?

As for the Windows failures, at least this one is due to too long a path, due to the transition hash we now have in the output path: ``` LINK...

I'm afraid the rest of the Windows failures might be due to too long a path too :( The `Crate Universe Unnamed Examples` fails with `note: LINK : fatal error...