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

install revive on make get to ensure we have the correct version #8

Merged
merged 2 commits into from
Feb 21, 2023

Conversation

amery
Copy link
Contributor

@amery amery commented Feb 20, 2023

and fix some easy problems

@amery amery requested a review from karasz February 20, 2023 14:49
Copy link
Collaborator

@karasz karasz left a comment

Choose a reason for hiding this comment

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

Not a fan of breaking function definition lines (I don't think that it improves legibility and comprehension). Also not a fan of ignoring errors from Close, but in this case I have no better alternative since not ignoring them will cause false errors :(. "Approving" as it is.

@amery
Copy link
Contributor Author

amery commented Feb 21, 2023

I would say in this case Close errors are handled by the workflow. when we reach the point of ignoring them we already know their are already closed, or have never been used, or we are about to exit()

@amery
Copy link
Contributor Author

amery commented Feb 21, 2023

The worst part to me of breaking the definition line is that we aren't allowed to add extra whitespace to separate the second half of it from the content of the functions.

Alternative is to reduce the token lengths, but that doesn't improve readability either

@amery amery merged commit 6c1be60 into main Feb 21, 2023
@amery amery deleted the pr-amery-revivefixes branch February 21, 2023 12:17
@amery
Copy link
Contributor Author

amery commented Feb 21, 2023

v0.0.4 tagged

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