Austin Seipp

Results 289 comments of Austin Seipp

FWIW: as #292 is now fixed, I've added a buck2 binary package to nixpkgs in NixOS/nixpkgs#243148. This can be easily and automatically updated and will work for any macOS/Linux user....

Actually, I have no idea why this isn't just a higher order function that's passed to `http_retry`? We don't need a trait at all?

Actually, I guess the trait isn't too bad, I just kind of hate the boilerplate-ness of this in particular, which we do three times here: ```rust struct F {} impl...

> But surely there's a shorter way to just make this `impl` one-shot on the struct declaration with a `derive` thingy? Rust programmers love those, I think. This is apparently...

Yes, I haven't gotten back to this, but it still is on my radar and I'd like to finish it up at some point. But if someone else gets to...

FWIW, I'm not a Go programmer, but by default I don't think there's a way around this. You have to download the files and calculate the proper hash manually as...

You probably just need to add `remote_test_execution_toolchain` to your top-level BUCK file in the `toolchains//` cell, just like any other: - https://github.com/facebook/buck2/blob/735438938264a64ad2ffc2d908f1ab77cff9ae3f/prelude/toolchains/remote_test_execution.bzl - https://github.com/facebook/buck2/blob/735438938264a64ad2ffc2d908f1ab77cff9ae3f/prelude/toolchains/demo.bzl#L57C5-L57C36

Ah, sorry, I misread the original title, I just thought you wanted your build working, really. Anyway, the primary use case inside `re_utils.bzl` seems to just be to shim the...

From my previous discussions with @ndmitchell I don't think the public rules for Android are usable yet, same for iOS; Buck1 was a very advanced and powerful Android build system,...

This directory is used for lock and state files for the daemon, I think. `$XDG_STATE_DIR` is in some sense good for this, but I don't think these files need reboot-to-reboot...