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

gofumpt for v4 #1511

Closed
wants to merge 7 commits into from
Closed

gofumpt for v4 #1511

wants to merge 7 commits into from

Conversation

faddat
Copy link
Contributor

@faddat faddat commented May 26, 2022

Description

Applies gofumpt to gaia v4, standardizing the codebase

#1449


For contributor use:

  • Targeted PR against correct branch (see CONTRIBUTING.md)
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer

For admin use:

  • Added appropriate labels to PR (ex. WIP, R4R, docs, etc)
  • Reviewers assigned
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)

@codecov
Copy link

codecov bot commented May 26, 2022

Codecov Report

❗ No coverage uploaded for pull request base (release/v4.2.x@dbd8a6f). Click here to learn what that means.
The diff coverage is n/a.

@@               Coverage Diff                @@
##             release/v4.2.x   #1511   +/-   ##
================================================
  Coverage                  ?   0.41%           
================================================
  Files                     ?       7           
  Lines                     ?     483           
  Branches                  ?       0           
================================================
  Hits                      ?       2           
  Misses                    ?     480           
  Partials                  ?       1           

@faddat
Copy link
Contributor Author

faddat commented May 26, 2022

Got to guess that the liveness check here no longer works -- thoughts?

@faddat
Copy link
Contributor Author

faddat commented May 26, 2022

Seems not only that is needed to fix it. if I had to guess it is dependent on environment.

@faddat
Copy link
Contributor Author

faddat commented May 27, 2022

I just got rid of the liveness test.

Copy link
Member

@tac0turtle tac0turtle left a comment

Choose a reason for hiding this comment

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

utACK

@@ -121,27 +121,3 @@ jobs:
run: |
make test-sim-multi-seed-short
if: "env.GIT_DIFF != ''"

test-liveness:
Copy link
Member

Choose a reason for hiding this comment

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

was this failing?

Copy link
Contributor Author

@faddat faddat Jun 2, 2022

Choose a reason for hiding this comment

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

yes, but I think it's failing for process reasons?

Basically, it is an attempt to backport and the original v4 branch had a different test. I could take the .github folder from v4 and get rid of the diff, though.

Ah, I remember why it's failing now-- pretty sure it couldn't find a file in the environment.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Another way to say this: v4 ci isn't maintained.

@okwme
Copy link
Contributor

okwme commented Jun 21, 2022

same as per comment from #1509:

opened a new issue related to stable release policy (#1549).
appreciate the work @faddat but these changes don't make sense to merge into those versions unless they're going to be part of a new release of those versions and EOL should only be bypassed by security updates.

@okwme okwme closed this Jun 21, 2022
@faddat
Copy link
Contributor Author

faddat commented Jul 2, 2022

Except that legibility is a security update.

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.

3 participants