Carlo Cabrera
Carlo Cabrera
### Provide a detailed description of the proposed feature We should have automation that deprecates and/or disables formulae that are no longer maintained. I suggest deprecating formulae once active support...
- [x] Have you followed the guidelines in our [Contributing](https://github.com/Homebrew/brew/blob/HEAD/CONTRIBUTING.md) document? - [x] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/Homebrew/brew/pulls) for the same change? - [x]...
- [x] Have you followed the guidelines in our [Contributing](https://github.com/Homebrew/brew/blob/HEAD/CONTRIBUTING.md) document? - [x] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/Homebrew/brew/pulls) for the same change? - [x]...
### Provide a detailed description of the proposed feature `gcc@5` [installs symlinks to the runtime libraries](https://github.com/Homebrew/homebrew-core/blob/a6ca0deb4375420a7826a540ba804fbb0161f2f1/Formula/gcc%405.rb#L150-L165) in `lib/"gcc/5"` to `lib`: ```ruby # Add symlinks for libgcc, libgomp, libquadmath and libstdc++...
We should remove `ignore_missing_libraries`. Based on #111068, needing to do this is indicative of a misconfigured Java build that needs to be fixed instead of ignored. Multiple uses of this...
Shall we continue our discussion from Homebrew/discussions#3666 here? Here's a summary of alternatives discussed so far: 1. Revert the change in Homebrew. This may be essentially equivalent to not supporting...
1. Doing `brew install --only-dependencies` and `brew postinstall` can be quite expensive. Let's defer this to when we're sure we have dependents to test. 2. Calling `brew uses` is slow,...
FYI, your listed homepage appears to have gone missing: https://raymontag.github.com/keepassc/ Cf. Homebrew/homebrew-core#81864
### Zig Version 0.10.0 ### Steps to Reproduce and Observed Behavior 1. Build a dynamically-linked `zig` on macOS. This dynamic linkage can be to `libLLVM`, or any library that LLVM...
This implements the minimum necessary to support the `-flat_namespace` flag. I have not added this flag to the `-help` text, because I'm not certain this is faithful to ld64's behaviour...