afnanenayet / diffsitter

A tree-sitter based AST difftool to get meaningful semantic diffs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Homebrew broken?

denizdogan opened this issue · comments

commented

Describe the bug

brew tap afnanenayet/tap
brew install diffsitter
==> Fetching afnanenayet/tap/diffsitter
==> Downloading https://github.com/afnanenayet/diffsitter/releases/download/v0.8.0/diffsitter-aarch64-apple-darwin.tar.gz
Already downloaded: /Users/deniz/Library/Caches/Homebrew/downloads/cc8a65cb5f87749cbf24af6649eb83ab0eedd0dc9b1aa57f2f9a30982eaacd06--diffsitter-aarch64-apple-darwin.tar.gz
==> Installing diffsitter from afnanenayet/tap
Error: An exception occurred within a child process:
  Errno::ENOENT: No such file or directory - git-diffsitter

Is this a misconfiguration on my side? Or is something borked with the distribution on Homebrew?

Additional context

brew --version
Homebrew 4.0.24-44-g8759f07sw_vers
ProductName:		macOS
ProductVersion:		13.4
BuildVersion:		22F66

Probably an issue on my end, the Homebrew tap is maintained by me

This has been fixed with the latest release (afnanenayet/homebrew-tap#12), try running brew update and try to install/upgrade diffsitter again.