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

Run imports through gci for reordering #14

Merged
merged 1 commit into from
May 9, 2022

Conversation

cce
Copy link
Contributor

@cce cce commented Mar 17, 2022

This complements algorand/go-algorand#3734 to match the deterministic ordering by section of imports in that repo.

@cce
Copy link
Contributor Author

cce commented Mar 17, 2022

Hrmm, gci requires the io/fs package, which is only available in Go 1.16 and up.

@cce
Copy link
Contributor Author

cce commented Mar 28, 2022

Well, since 69c487e this dependency on io/fs should be fine now.

@Eric-Warehime Eric-Warehime merged commit f1a3951 into algorand:master May 9, 2022
@cce cce deleted the reorder-imports branch May 9, 2022 20:37
algorandskiy pushed a commit to algorand/go-algorand that referenced this pull request May 17, 2022
This should ensure make msgp has been run for changes
that impact msgp serialization on CI builds.

It looks like #3829 was merged but missed changes to agreement/msgp_gen.go
and gci updates from algorand/msgp#14 were not incorporated into #3919.
PhearZero pushed a commit to PhearNet/crypto that referenced this pull request Jan 17, 2025
This should ensure make msgp has been run for changes
that impact msgp serialization on CI builds.

It looks like algorand#3829 was merged but missed changes to agreement/msgp_gen.go
and gci updates from algorand/msgp#14 were not incorporated into algorand#3919.
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.

2 participants