mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00

- Extract the json reading from the json merging: it makes the code hard to understand. This helps for the separation of concerns: the jsons are read in one method; and merged in a second one - Added a first test to check the merge function No change in behaviour was done, this change is just there to increase code coverage and to prepare for #9315
Library
This directory contains all the code run by the official brew
and brew cask
commands in Homebrew
and all formulae (package descriptions) in taps (repositories containing formulae) in Taps
subdirectories.