Ruoyu Zhong
Ruoyu Zhong
This creates a CMake config file that makes it easy for users to use mold in their CMake projects. Sample usage: ``` root@1b8ec34409d4:~/hello# cat CMakeLists.txt add_executable(hello hello.cc) find_package(mold CONFIG) if(mold_FOUND)...
**Describe the bug** A clear and concise description of what the bug is. While packaging OpenJDK 20 for Homebrew at https://github.com/Homebrew/homebrew-core/pull/126319, the following LTeX LS build failure was noticed (full...
On macOS, the version suffix of a shared library comes before the `.dylib` suffix, which is different from the convention on other systems. Currently, the Makefile only overrides `DYLIB_MINOR_NAME` for...
- [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...
Testing the final release candidate [^1][^2] before Sequoia mass bottling eats up CI resources. [^1]: https://openjdk.org/projects/jdk/23/ [^2]: https://mail.openjdk.org/pipermail/jdk-dev/2024-August/009341.html
This should be the last PR of its kind. This was added in Homebrew/actions#588. It simplifies the workflow, and reduces the number of API calls. See also: Homebrew/formulae.brew.sh@f444253e2a99c0b3d021dbf7e7b0fefbce4e9d3c.
We hope to provide official support for ARM64 Linux, starting with a beta later this year. That includes providing bottles for the platform, and bringing first-class support for `brew` and...
> [!NOTE] > If you're having an issue with Homebrew on macOS Sequoia, please do not report it here. Try running `brew update` and `brew upgrade $formula` (if your issue...
`argparse.ArgumentParser.__init__` added a new keyword argument `color` in Python 3.14 [^1]. This caused `latexminted` to break with the following error: Traceback (most recent call last): File "/opt/homebrew/bin/latexminted", line 372, in...