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 support for BTreeMap output #25

Merged
merged 2 commits into from
Aug 5, 2024
Merged

Add support for BTreeMap output #25

merged 2 commits into from
Aug 5, 2024

Conversation

rasviitanen
Copy link
Member

Checklist

  • I have read the Contributor Guide
  • I have read and agree to the Code of Conduct
  • I have added a description of my changes and why I'd like them included in the section below

Description of Changes

I need deterministic sort order of keys and values in one of my generated types.
A HashMap wouldn't be suitable, but a BTreeMap will do fine!

@rasviitanen rasviitanen requested a review from bwestlin August 5, 2024 11:21
@rasviitanen rasviitanen force-pushed the rasviitanen/btree-map branch from ab705b7 to ff82318 Compare August 5, 2024 11:23
Copy link
Contributor

@MarcusGrass MarcusGrass left a comment

Choose a reason for hiding this comment

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

Lgtm

Copy link
Member

@bwestlin bwestlin left a comment

Choose a reason for hiding this comment

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

👍

@bwestlin bwestlin merged commit 5756968 into main Aug 5, 2024
9 checks passed
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