Daniel Nachun

Results 6 issues of Daniel Nachun

### Provide a detailed description of the proposed feature Currently we have some bottles which are non-relocatable – they can only be used if they are installed in the default...

features
in progress
discussion
enhancement

- [ ] Have you followed the [guidelines for contributing](https://github.com/Homebrew/homebrew-core/blob/HEAD/CONTRIBUTING.md)? - [ ] Have you ensured that your commits follow the [commit style guide](https://docs.brew.sh/Formula-Cookbook#commit)? - [ ] Have you checked...

CI-no-fail-fast
long build

Apple Silicon builds currently fail because this `ifdef` doesn't check for AArch64, and consequently tries to check for x86 extensions that don't exist on ARM. This was the only change...

### Provide a detailed description of the proposed feature We have completed our transition to a newer CI image on Linux and I wanted to address the other Linux-related subject...

features

Now that we have migrated to a newer GCC in CI, we should no longer need any Linux-only dependencies on GCC due to needing to support newer C++ standards. We...

help wanted

As noted in https://github.com/jordansissel/grok/issues/29, some changes are needed to support `gperf` 3.1. These are backwards incompatible with `gperf` 3.0, hence the need to require `gperf` >= 3.1. `gperf` 3.0 is...