jade
jade
**Is your feature request related to a problem? Please describe.** Imagine, for the sake of argument, that you're debugging something like rust opentelemetry and you don't know where someone is...
If you have a history composed of merge commits as the mainline, like something like https://github.com/lf-/necktangler/, you can then git bisect --first-parent and *natively* get bisects of actual builds of...
code: https://github.com/NixOS/infra/blob/31affcb2eb64119d4bbd8c0e615d011b79bd218c/terraform/channels.tf#L265 It would be nice if flake manifests automatically got definitive last modified times. I dunno if we have the necessary info there.
**Is your feature request related to a problem? Please describe.** I want to be able to easily untrack a file and have it stick without having to manually edit a...
Problem: I want to navigate large buck files quickly and easily, so I want to be able to quickly jump to a target in the file without having to scroll...
This is being run on a Mac with macOS 15.6.1 and Rust from rustup (rustup from nix) and the normal binary toolchain, not using the nix shell. What I did:...
Problem: I want to find where to get a `ProjectRoot` from, for example. Currently, the only way to find this is to grep the buck2 sources or remember how to...
We're trying to use modifiers to set `link_style` on our cxx toolchain at work and it's not being picked up from the command line or from `modifiers = [...]`. I...
I don't know why this is misbehaving on my machine. ``` ---- commands::build::out::tests::unix::test_copy_file stdout ---- thread 'commands::build::out::tests::unix::test_copy_file' panicked at app/buck2_client/src/commands/build/out.rs:556:13: assertion failed: `Ok(Some(ExitStatus(unix_wait_status(9))))` does not match `Ok(None)` stack backtrace: 0:...
I have a highly trivial Manifold implementation internally at Mercury for which I would like to set up for buck2 to receive rage and all that at. This allows for...