Yun Peng

Results 256 comments of Yun Peng

Sure, this is for rules_nodejs, they have a need to copy a source file to bazel-bin at the same path, (eg. `/foo/bar/a.txt to /foo/bar/a.txt`). But this is not possible with...

> I'm hoping that bzlmod will be smart enough to only load the repos that are actually used in a build, rather than everything. That's already the case, if a...

> So it sounds like a module with a dependency on rules_go is fine Yes, but it does introduce the transitive dependencies of rules_go and affects the final resolved dependency...

@aiuto Do we really want to keep this as P1?

Is it possible to use toolchain resolution to solve this problem? @fmeum @Wyverald

> For that, we may need to make a "reverse use_repo", let's call it make_visible_to Hmm, I'm not sure how difficult it is to implement this. Can we somehow just...

Yes, I think a parameter file for C++ compilation action should be the solution. @mhlopko We already have a feature called `linker_param_file`, do you think we can also have a...

@laszlocsomor Please do that~