We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I try Command: brew tap guxingke/repo
It shows:
==> Tapping guxingke/repo Cloning into '/usr/local/Homebrew/Library/Taps/guxingke/homebrew-repo'... remote: Enumerating objects: 44, done. remote: Counting objects: 100% (4/4), done. remote: Compressing objects: 100% (3/3), done. remote: Total 44 (delta 0), reused 2 (delta 0), pack-reused 40 Unpacking objects: 100% (44/44), done. Error: Invalid formula: /usr/local/Homebrew/Library/Taps/guxingke/homebrew-repo/Formula/classpy.rb classpy: /usr/local/Homebrew/Library/Taps/guxingke/homebrew-repo/Formula/classpy.rb:10: `@8' is not allowed as an instance variable name /usr/local/Homebrew/Library/Taps/guxingke/homebrew-repo/Formula/classpy.rb:10: syntax error, unexpected end-of-input, expecting end depends_on :openjdk@8 ^ Error: Cannot tap guxingke/repo: invalid syntax in tap!
The text was updated successfully, but these errors were encountered:
me too
Sorry, something went wrong.
Hi, I forked the author's repository and compiled and packaged a version using JDK17 LTS. If you need it, you can get it here.
Works like a charm!
Successfully merging a pull request may close this issue.
When I try Command:
brew tap guxingke/repo
It shows:
==> Tapping guxingke/repo
Cloning into '/usr/local/Homebrew/Library/Taps/guxingke/homebrew-repo'...
remote: Enumerating objects: 44, done.
remote: Counting objects: 100% (4/4), done.
remote: Compressing objects: 100% (3/3), done.
remote: Total 44 (delta 0), reused 2 (delta 0), pack-reused 40
Unpacking objects: 100% (44/44), done.
Error: Invalid formula: /usr/local/Homebrew/Library/Taps/guxingke/homebrew-repo/Formula/classpy.rb
classpy: /usr/local/Homebrew/Library/Taps/guxingke/homebrew-repo/Formula/classpy.rb:10: `@8' is not allowed as an instance variable name
/usr/local/Homebrew/Library/Taps/guxingke/homebrew-repo/Formula/classpy.rb:10: syntax error, unexpected end-of-input, expecting end
depends_on :openjdk@8
^
Error: Cannot tap guxingke/repo: invalid syntax in tap!
The text was updated successfully, but these errors were encountered: