Andreas Herrmann

Results 248 comments of Andreas Herrmann

@infinisil Thank you for the pointer! `lib.path.append` looks like a good addition. Sorry to be going back and forth on this so much. I gave this a shot, [`--argstr` here](https://github.com/tweag/rules_nixpkgs/blob/bc7ed2f947b8e0ecae3b88bc3a2ad1900591e256/testing/core/tests/nixpkgs_repositories.bzl#L144-L149)...

> Yeah I agree that it seems that way, but extending the Nix grammar just to allow `~` in paths so this one use-case works is just a hack. I...

To my understand the problem is that `buck2 profile analysis` is implemented as a separate command to the Buck2 server and does not proceed into the build, which is required...

@stepancheg Thanks for the update that's good to hear. Thanks for implementing the feature for cquery. Unfortunately, I don't have access to the internal diff. Is it also visible on...

@alexlian Thanks for the update and linking to the commit. I tried out `--profile-mode`. To my understanding this is currently only available on `cquery`, but not yet on the `build`...

@mpalmer thanks for the swift reply! I was not aware of the distinction between the native binary and the npm version. I retried with the native binary and it does...

Other options that come to mind: - Address the limitation at the syntax level, e.g. allow `use_repo(ext, "bar-baz" = "foo")` or similar. (Seems like potentially a major effort if it...

@bazelbuild/triage not stale

Hi Steeve, Thank you for reaching out! Upstreaming changes sounds great! To get an idea of what changes to look for, how up-to-date is the zml branch of rules_zig on...