You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
emily@yuyuko ~> mas list
1440147259 AdGuard for Safari (1.9.13)
497799835 Xcode (12.5)
425424353 The Unarchiver (4.3.1)
This confuses brew, which is expecting a format without all the whitespace padding and includes it in the brew bundle dump output. This will affect people who use brew's mas integration once a new mas release is cut, which will likely be soon as it fixes the unnecessary upgrade problems many people were having (indeed, I discovered this after building and installing the latest source from HEAD to fix this issue on my system).
What happened (include all command output)?
emily@yuyuko ~> brew bundle dump --file=- | rg '^mas'
mas "1Password 7 ", id: 1333542190
mas "AdGuard for Safari ", id: 1440147259
mas "Affinity Photo ", id: 824183456
…
What did you expect to happen?
mas "1Password 7", id: 1333542190
mas "AdGuard for Safari", id: 1440147259
mas "Affinity Photo", id: 824183456
…
brew config
outputbrew doctor
outputbrew update
and am still able to reproduce my issue.brew doctor
and that did not fix my problem.What were you trying to do (and why)?
As of mas-cli/mas#339,
mas list
gives a formatted list:This confuses
brew
, which is expecting a format without all the whitespace padding and includes it in thebrew bundle dump
output. This will affect people who usebrew
'smas
integration once a newmas
release is cut, which will likely be soon as it fixes the unnecessary upgrade problems many people were having (indeed, I discovered this after building and installing the latest source from HEAD to fix this issue on my system).What happened (include all command output)?
What did you expect to happen?
Step-by-step reproduction instructions (by running
brew
commands)# Install mas from git, e.g. with `brew install --HEAD` or cloning the repository and `script/install $prefix` $ brew bundle dump
The text was updated successfully, but these errors were encountered: