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

gorilla-cli: disable #188498

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

gorilla-cli: disable #188498

wants to merge 1 commit into from

Conversation

chenrui333
Copy link
Member

@chenrui333 chenrui333 commented Sep 12, 2024

  • Have you followed the guidelines for contributing?
  • Have you ensured that your commits follow the commit style guide?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>, where <formula> is the name of the formula you're submitting?
  • Is your test running fine brew test <formula>, where <formula> is the name of the formula you're submitting?
  • Does your build pass brew audit --strict <formula> (after doing HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

put as draft for a couple of days and see if upstream can fix the issue, currently the cli is not working.

@github-actions github-actions bot added python Python use is a significant feature of the PR or issue formula deprecated Formula deprecated labels Sep 12, 2024
@Homebrew Homebrew deleted a comment from github-actions bot Sep 12, 2024
@chenrui333 chenrui333 added the CI-syntax-only Change only affects brew syntax, not the install. Only run syntax CI. label Sep 12, 2024
@chenrui333 chenrui333 mentioned this pull request Sep 12, 2024
6 tasks
Signed-off-by: Rui Chen <rui@chenrui.dev>
@chenrui333 chenrui333 changed the title gorilla-cli: deprecate gorilla-cli: disable Sep 12, 2024
@github-actions github-actions bot added formula disabled Formula disabled and removed formula deprecated Formula deprecated labels Sep 12, 2024
@chenrui333 chenrui333 requested a review from a team September 13, 2024 00:21
@@ -18,6 +18,9 @@ class GorillaCli < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "c3909a9070a0bc65842f887b937bb8f8613b5c40e4e4de86e8cd1ef4e82a41c2"
end

# upstream bug report, https://github.com/gorilla-llm/gorilla-cli/issues/64
disable! date: "2024-09-12", because: "cli does not work due to `LoadingServer is unreachable`"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Disabling for not responding to an issue after three weeks seems a bit much.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, just throw here for discussion.

the formula is not working atm at all. (I was thinking to deprecate in the first place)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Short of disabling the formula, the test could be weakened to only check whether the command runs, even when the API is down.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI-syntax-only Change only affects brew syntax, not the install. Only run syntax CI. formula disabled Formula disabled python Python use is a significant feature of the PR or issue sequoia-bottling
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants