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

rip2 0.9.0 (new formula) #196052

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

Conversation

bkaplowitz
Copy link

provides maintained version of rip under new rip2 name with new features.

  • 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>?

It fails no fork but otherwise passes. As mentioned the original rip repo has not been maintained since 2020 and was previously listed under rm-improved or rip names.

@github-actions github-actions bot added new formula PR adds a new formula to Homebrew/homebrew-core rust Rust use is a significant feature of the PR or issue labels Oct 30, 2024
Copy link
Contributor

Thanks for contributing to Homebrew! 🎉 It looks like you're having trouble with a CI failure. See our contribution guide for help. You may be most interested in the section on dealing with CI failures. You can find the CI logs in the Checks tab of your pull request.

Formula/r/rip2.rb Outdated Show resolved Hide resolved
Formula/r/rip2.rb Outdated Show resolved Hide resolved
Formula/r/rip2.rb Outdated Show resolved Hide resolved
Formula/r/rip2.rb Outdated Show resolved Hide resolved
Formula/r/rip2.rb Outdated Show resolved Hide resolved
Formula/r/rip2.rb Outdated Show resolved Hide resolved
@github-actions github-actions bot added the autosquash Automatically squash pull request commits according to Homebrew style. label Oct 30, 2024
@bkaplowitz
Copy link
Author

thanks for fast reply. Resolved the issues indicated above.

@github-actions github-actions bot added the automerge-skip `brew pr-automerge` will skip this pull request label Oct 30, 2024
@github-actions github-actions bot removed the automerge-skip `brew pr-automerge` will skip this pull request label Oct 30, 2024
@bkaplowitz bkaplowitz force-pushed the rip2-formula branch 2 times, most recently from 7c70ec3 to e5b558a Compare October 30, 2024 15:44
@github-actions github-actions bot removed the autosquash Automatically squash pull request commits according to Homebrew style. label Oct 30, 2024
@bkaplowitz
Copy link
Author

Okay, changes above should be fixed. It is failing on CI for audit it seems.

@chenrui333 chenrui333 added the CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. label Oct 31, 2024
Comment on lines 15 to 17
(buildpath/"rip.bash").write Utils.safe_popen_read(bin/"rip", "completions", "bash")
(buildpath/"rip.fish").write Utils.safe_popen_read(bin/"rip", "completions", "fish")
(buildpath/"_rip").write Utils.safe_popen_read(bin/"rip", "completions", "zsh")
Copy link
Member

Choose a reason for hiding this comment

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

you can use generate_completions_from_executable(bin/"rip", "completion") for these three

@chenrui333
Copy link
Member

chenrui333 commented Oct 31, 2024

since rip (aka rm-improved) is not maintainable, we can do something like rip@1 and rip kind of thing (which we did with gdrive #154959), this way, we dont need to include conflicts resolution.

provides maintained version of rip under new rip2 name

Signed-off-by: Rui Chen <[email protected]>
@chenrui333
Copy link
Member

never mind, it is not quite applicable in here:

  • rip in cargo registry is called rm-improved, while rip2 is called rip2 (no naming consistency)
  • the last rip release is 0.13.1, while rip2 is 0.9.0 (actually version downgrade)

@chenrui333 chenrui333 added the in progress Stale bot should stay away label Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. in progress Stale bot should stay away new formula PR adds a new formula to Homebrew/homebrew-core rust Rust use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants