-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
git-interactive-rebase-tool 2.3.0 #137013
git-interactive-rebase-tool 2.3.0 #137013
Conversation
|
👋🏼 Maintainer of git-interactive-rebase-tool here! The above error is caused by using an older stable version of Rust. I'm not sure of the usual process for updated/fixing the rust version in Homebrew, but I believe the latest stable version of Rust should compile/build correctly. |
This should be green with Rust 1.71 (#136514) |
@neersighted , you may have some success getting this working with the older version of Rust by "capping" the lints. Inside the Since this is only failing due to a linting error and there isn't any reason why an older version should fail, disabling the linting shouldn't be a problem for a build. |
That's a fair point, though I was figuring that it would be better to skip a workaround as 1.71 is imminent. I'll go ahead and push it up with a FIXME; WDYT @chenrui333? |
5d41e91
to
9e6fbf3
Compare
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a |
@chenrui333 Could you please reopen this and give it the right lifecycle label? |
9e6fbf3
to
c13d089
Compare
c13d089
to
fe5ceb8
Compare
git-interactive-rebase-tool: update build and test Signed-off-by: Rui Chen <[email protected]> git-interactive-rebase-tool: needs zlib for linux build Signed-off-by: Rui Chen <[email protected]>
fe5ceb8
to
595a7a1
Compare
Created with
brew bump-formula-pr
.