Carlo Cabrera

Results 454 comments of Carlo Cabrera

Oh, and I forgot to mention: macOS `tar` can un`tar` `*.tar.zst` archives, so you don't need an extra dependency to pour the bottles on macOS.

Just leaving this link here as it's potentially relevant to the discussion: https://mail.gnome.org/archives/desktop-devel-list/2019-May/msg00066.html It also looks like we have a tap that's been bitten by branch-renaming not fully supported as...

I haven't had the chance to take a close look at the implementation yet, but I think this might make for a nice addition to `brew`. Thanks for working on...

> Do you have an idea of how many formulae would use this? I count 30, with ```bash rg 'completion.*\.write.*completion.*sh' -l | wc -l ```

> The common pattern of > > ```ruby > (bash_completion/"foo").write Utils.safe_popen_read(bin/"foo", "completion", "bash") > (zsh_completion/"_foo").write Utils.safe_popen_read(bin/"foo", "completion", "zsh") > (fish_completion/"foo.fish").write Utils.safe_popen_read(bin/"foo", "completion", "fish") > ``` This seems to be the...

Requesting review from `@Homebrew/core`, since this might be a pretty hard pivot from bottle coverage being one of our highest, if not the highest, priorities. As I've said elsewhere, let's...

> I'd like a way to stop the bleeding until we get to 22.04 and then we can reconsider this audit. This is my primary motivation for this PR. I...

I agree that we've fixed a lot of the issues with GCC on Linux, but we haven't fixed them all. 1. Dependents of formulae built with Homebrew GCC on Linux...

Also, to reiterate/rephrase something I said in the post that started this PR: Allowing Linux-only GCC dependencies just gives us bad incentives. The correct solution to a formula failing to...

Ok, I've pushed a change that, based on local testing, should work on (1) macOS, and (2) Linux with `HOMEBREW_SIMULATE_MACOS_ON_LINUX` (which is what we have in our tap_syntax job). If...