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

Add "sorted" macro to JSON data types #180

Merged
merged 3 commits into from
Apr 26, 2023

Conversation

travishathaway
Copy link
Contributor

fixes: #125

@travishathaway
Copy link
Contributor Author

Just FYI, I had to install the insta command to review changes made to the snapshots with:

cargo install cargo-insta

Might be nice to mention that somewhere in the documentation eventually.

@wolfv
Copy link
Contributor

wolfv commented Apr 25, 2023

insta is pretty nice, right? You're right, mentioning that would be good

@baszalmstra
Copy link
Collaborator

Thanks for the PR @travishathaway ! Already looks good to me!

I agree about insta, maybe you can create another issue or PR for that?

Copy link
Contributor

@wolfv wolfv left a comment

Choose a reason for hiding this comment

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

Looks good to me!

Copy link
Collaborator

@baszalmstra baszalmstra left a comment

Choose a reason for hiding this comment

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

Thanks! I really appreciate this!

@wolfv
Copy link
Contributor

wolfv commented Apr 26, 2023

@travishathaway I think we're happy to merge the PR but holding back since you haven't marked it as ready for review yet. Happy to merge whenever you're ready! :)

@travishathaway travishathaway marked this pull request as ready for review April 26, 2023 13:44
@travishathaway
Copy link
Contributor Author

Ready to merge 😎

@baszalmstra baszalmstra merged commit d3ab1eb into conda:main Apr 26, 2023
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.

Use the #[sorted] macro on more conda json types
3 participants