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

chore: finish removing all exported *SortJSON usages #16497

Merged
merged 1 commit into from
Jun 12, 2023

Conversation

odeke-em
Copy link
Collaborator

This change removes the last vestiges of

sdk.SortJSON and sdk.MustSortJSON,

and while here also removed some unnecessary instances which already used json.MarshalIndent(...) which produces already sorted JSON.

@odeke-em odeke-em requested a review from a team as a code owner June 12, 2023 04:24
@github-actions github-actions bot added C:CLI C:x/auth C:x/genutil genutil module issues labels Jun 12, 2023
@odeke-em odeke-em force-pushed the all-eradicate-exported-SortJSON branch from f530195 to dbba596 Compare June 12, 2023 04:25
@odeke-em
Copy link
Collaborator Author

/cc @elias-orijtech

CHANGELOG.md Outdated Show resolved Hide resolved
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.

LGTM, once we move the changelog entry location we can merge this

@tac0turtle tac0turtle added the backport/v0.50.x PR scheduled for inclusion in the v0.50's next stable release label Jun 12, 2023
@odeke-em odeke-em force-pushed the all-eradicate-exported-SortJSON branch 2 times, most recently from 57b1629 to 344986a Compare June 12, 2023 11:48
@odeke-em odeke-em requested a review from julienrbrt June 12, 2023 11:49
This change removes the last vestiges of

    sdk.SortJSON and sdk.MustSortJSON,

and while here also removed some unnecessary instances which already
used json.MarshalIndent(...) which produces already sorted JSON.
@odeke-em odeke-em force-pushed the all-eradicate-exported-SortJSON branch from 344986a to 4a875c2 Compare June 12, 2023 11:55
@julienrbrt julienrbrt added this pull request to the merge queue Jun 12, 2023
Merged via the queue into main with commit f5a596c Jun 12, 2023
@julienrbrt julienrbrt deleted the all-eradicate-exported-SortJSON branch June 12, 2023 12:13
mergify bot pushed a commit that referenced this pull request Jun 12, 2023
(cherry picked from commit f5a596c)

# Conflicts:
#	CHANGELOG.md
tac0turtle pushed a commit that referenced this pull request Jun 12, 2023
#16502)

Co-authored-by: Emmanuel T Odeke <emmanuel@orijtech.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/v0.50.x PR scheduled for inclusion in the v0.50's next stable release C:CLI C:x/auth C:x/genutil genutil module issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants