Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

brew tap fails #5

Open
memark opened this issue Jul 29, 2020 · 4 comments
Open

brew tap fails #5

memark opened this issue Jul 29, 2020 · 4 comments

Comments

@memark
Copy link

memark commented Jul 29, 2020

Mac OS 10.15.5

➜ brew tap bvanrijn/wrangler
==> Tapping bvanrijn/wrangler
Cloning into '/usr/local/Homebrew/Library/Taps/bvanrijn/homebrew-wrangler'...
remote: Enumerating objects: 101, done.
remote: Counting objects: 100% (101/101), done.
remote: Compressing objects: 100% (60/60), done.
remote: Total 101 (delta 43), reused 83 (delta 26), pack-reused 0
Receiving objects: 100% (101/101), 13.79 KiB | 641.00 KiB/s, done.
Resolving deltas: 100% (43/43), done.
Error: Invalid formula: /usr/local/Homebrew/Library/Taps/bvanrijn/homebrew-wrangler/latest-version.rb
can't modify frozen #<Class:#Array:0x00007fae2b88c0a8>
Warning: Calling 'devel' blocks in formulae is deprecated! Use 'head' blocks or @-versioned formulae instead.
Please report this issue to the bvanrijn/wrangler tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
/usr/local/Homebrew/Library/Taps/bvanrijn/homebrew-wrangler/wrangler-cli.rb:7

Error: Cannot tap bvanrijn/wrangler: invalid syntax in tap!

@bvanrijn
Copy link
Owner

Hi!

I didn’t know anyone else was using this repo, and I personally haven’t used it in a while (I simply forgot to update my Wrangler CLI all this time) 😅

I was trying to automate the creation of PRs a couple months ago, but for some reason, it always thought a very old release was the latest, or something like that. If you want, maybe we could try to fix that issue together?

Either way, thank you for reporting this issue. I’ll update the tap momentarily.

bvanrijn added a commit that referenced this issue Jul 30, 2020
- stable: 1.10.3
- head: 1.11.0-rc.0
@bvanrijn
Copy link
Owner

Alright! I just (manually) updated the formula, and tested it to make sure it works. Now I'm going to write a script so I won't have to update it manually anymore.

@memark
Copy link
Author

memark commented Aug 2, 2020

Just tried it again, I get more or less the same result I'm afraid. The warning about devel blocks is gone, but the errors remain:

➜ brew tap bvanrijn/wrangler
==> Tapping bvanrijn/wrangler
Cloning into '/usr/local/Homebrew/Library/Taps/bvanrijn/homebrew-wrangler'...
remote: Enumerating objects: 114, done.
remote: Counting objects: 100% (114/114), done.
remote: Compressing objects: 100% (64/64), done.
remote: Total 114 (delta 48), reused 96 (delta 31), pack-reused 0
Receiving objects: 100% (114/114), 15.04 KiB | 5.01 MiB/s, done.
Resolving deltas: 100% (48/48), done.
Error: Invalid formula: /usr/local/Homebrew/Library/Taps/bvanrijn/homebrew-wrangler/latest-version.rb
can't modify frozen #<Class:#<Array:0x00007fb0910880b0>>
Error: Cannot tap bvanrijn/wrangler: invalid syntax in tap!

@memark
Copy link
Author

memark commented Aug 2, 2020

Can I help you with writing the auto-update script you mention?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants