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

Convert H3 setting param types to a real type #383

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

LPardue
Copy link
Member

@LPardue LPardue commented Jan 28, 2024

Closes #382

? name: H3SettingsName

; only when name === "unknown"
? type_value: uint64
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: Not sure I like type_ here... it isn't called that in 9114 (there it's more identifier) and to align with name above and other similar fields, I'd go with name_value maybe?

Copy link
Member Author

Choose a reason for hiding this comment

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

name or identifier seems fine to me. I was checking the IANA table which uses slightly different terms and it threw me off

@LPardue
Copy link
Member Author

LPardue commented Feb 19, 2024

Instead of a separate raw_type field, we'll just allow the nae to be a union of enum and uint64.

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.

H3Settings is a bit underspecified
2 participants