Adrian Ho
Adrian Ho
> zsh That explains it. From the `zshoptions` man page: > `POSIX_STRINGS ` > This option affects processing of quoted strings. Currently it only affects the behaviour of null characters,...
> why can't brew just automatically create the tap for all formulas/casks that users attempt to install from paths? Programs like code editors don't like it when the files they're...
> brew should copy it to the local tap (potentially overriding formula/cask with the same name in the local tap) When you have two copies of a formula, how do...
Third-party observation: I'd prefer `no_linkage` over `unlinked`, both to be consistent with the `Dependencies with no linkage` message, and to (hopefully) avoid confusion with `brew unlink`.
> `brew extract sqlite my/repo --version=3.44.2` creates a new formula at `/opt/homebrew/Library/Taps/my/homebrew-repo/[email protected]` with contents identical to https://github.com/Homebrew/homebrew-core/blob/1c9fed5481c9a62c5314b887b41e31f14edd8e53/Formula/s/sqlite.rb except for the `bottles do end` being stripped. Are you then renaming the...
Sorry for the long delay. I'll pass on it for now, for two main reasons: 1. There's a source file (libs/tables.c) that has neither author acknowledgement nor license, nor any...
> Indeed the escaped quotes produce unexpected results: That seems to be because of https://github.com/jpmens/jo/commit/935a32463b9e4185364cb26e7d07a4f09ca2506f
Apologies if any of this has already been discussed in person... Clarification: > In particular, if a formula has a `compatibility_version` of `1`, then it need not be upgraded when...
Nice, though I think `lsubst` is a far more appropriate name than `level`, since I can't see how the base operation (substitutions) is related to `eval`.
> I'm more interested in being able to see something like this via a command That's the output of `brew update`, so what you want already exists.