
It was possible for the cask tokens to be included twice in the cask_tokens array. This was cancelled out by the fact that we |= the arrays together but still it was unnecessary work that is best avoided and makes the code harder to reason about. This is simpler.
Library
This directory contains all the code run by the official brew
command in Homebrew
and all formulae (package descriptions) in taps (repositories containing formulae) in Taps
subdirectories.