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
Tapped the latest version and getting the following deprecation warnings. Are you able to reproduce or is this on my end?
I've tried in zsh on M1 Max and M3 Max running Sequoia 15.1.1 (24B91).
❯ brew add duti
Warning: Calling `brew add'. This command needs to be refactored, as it is written in a style that is deprecated! Use inherits from `Homebrew::AbstractCommand' ( see https://docs.brew.sh/External-Commands ) instead.Please report this issue to the superatomic/homebrew-bundle-extensions tap (not Homebrew/brew or Homebrew/homebrew-core), or even better, submit a PR to fix it: /opt/homebrew/Library/Taps/superatomic/homebrew-bundle-extensions/cmd/add.rb:7==> Using Brewfile at '~/.config/brew/Brewfile'==> Added Formula duti to Brewfile❯ brew drop dutiWarning: Calling `brew drop'. This command needs to be refactored, as it is written in a style that is deprecated! Use inherits from `Homebrew::AbstractCommand' ( see https://docs.brew.sh/External-Commands ) instead.
Please report this issue to the superatomic/homebrew-bundle-extensions tap (not Homebrew/brew or Homebrew/homebrew-core), or even better, submit a PR to fix it:
/opt/homebrew/Library/Taps/superatomic/homebrew-bundle-extensions/cmd/drop.rb:7
==> Using Brewfile at '~/.config/brew/Brewfile'
==> Dropped Formula duti from Brewfile
The text was updated successfully, but these errors were encountered:
Unfortunately, since making this project, I've migrated from macOS to Fedora Linux, and no longer use Homebrew. However, I'll still take a look into fixing it (I might install Linuxbrew).
And of course, if you or anyone else is willing to write a patch yourself, I'd be happy to review a PR.
Tapped the latest version and getting the following deprecation warnings. Are you able to reproduce or is this on my end?
I've tried in zsh on M1 Max and M3 Max running Sequoia 15.1.1 (24B91).
The text was updated successfully, but these errors were encountered: