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

thefuck: update to 3.32. #36710

Merged
merged 1 commit into from Apr 25, 2022
Merged

thefuck: update to 3.32. #36710

merged 1 commit into from Apr 25, 2022

Conversation

glaulher
Copy link
Contributor

Testing the changes

  • I tested the changes in this PR: briefly

Local build testing

  • I built this PR locally for my native architecture, (x86_64)
  • I built this PR locally for these architectures (if supported. mark crossbuilds):
    • armv7l


case "$XBPS_TARGET_MACHINE" in
# archs where go is available - the test suite uses it
x86_64*|i686*|armv[67]*|aarch64*|ppc64le*) checkdepends+=" go" ;;
*) make_check=no ;;
Copy link
Member

Choose a reason for hiding this comment

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

Could you explain why you removed this line?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It was giving error in lint and there was no error in the tests on my computer.

Copy link
Member

Choose a reason for hiding this comment

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

It was giving error in lint

srcpkgs/thefuck/template:20: explain why the tests fail

then you should explain why the tests fail on this line (or right before it).

This is a case statement and your PC probably matches the first case, so make_check=no isn't set for you. Restore this line and add something like ... ;; # go is not available

Copy link
Contributor Author

Choose a reason for hiding this comment

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

really, thanks

@paper42 paper42 merged commit 58d2118 into void-linux:master Apr 25, 2022
@glaulher glaulher deleted the thefuck branch May 8, 2022 17:13
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

Successfully merging this pull request may close these issues.

None yet

2 participants