Caleb Xu

Results 21 issues of Caleb Xu

It would be nice if we could use these variables to pass additional flags at build time, e.g. `-std=c++20`, similar to how can be done when building using `config.linux`. Or...

### `brew doctor` output ```shell All steps passed! ``` ### Verification - [X] My "`brew doctor` output" above says `Your system is ready to brew.` and am still able to...

bug
help wanted

### Verification - [X] This issue's title and/or description do not reference a single formula e.g. `brew install wget`. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead. ### Provide...

features

When trying to build `icalBuddy` with Xcode 15's toolchain on macOS Sonoma, it fails with: ``` ld: unknown options: -force_cpusubtype_ALL ``` `-force_cpusubtype_ALL` is only relevant when building for PowerPC and...

`isdigit` is provided from `ctype.h`. This header may not need to be added on all platforms (perhaps included by some other header) but it is needed on at least current...

These patches address https://trac.mpc-hc.org/ticket/5877#comment:5.

This is an alternative approach to #266 / #268. The goal was to try and introduce support for building dynamic libraries on macOS with minimal adjustment to the existing makefile....

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

new formula
test failure
automerge-skip
linux
CI-no-fail-fast

`readerwriterqueue` can be installed into system directories, and [a number of distributions already package it](https://repology.org/project/readerwriterqueue/versions). Where possible, use the system-provided copy rather than requiring it to be downloaded via `FetchContent`....

In the v5.0.1 release, the version string is still set to v5.0.0 (and, to my knowledge, this is not being overridden at build time). As a result, it still shows...