Skip to content

Conversation

@daviddrysdale
Copy link
Collaborator

The previous code would reject the use of numeric label values that do not correspond to an IANA enum and which are outside of any defined private range.

This made it hard to deal with as-yet-unassigned label values from internet drafts, which are not yet definitive.

So add an Unassigned(i64) variant to cover these values. This also means that the UnregisteredIana[NonPrivate]Value errors can no longer be emitted.

Fixes #112

The previous code would reject the use of numeric label values that do
not correspond to an IANA `enum` and which are outside of any defined
private range.

This made it hard to deal with as-yet-unassigned label values from
internet drafts, which are not yet definitive.

So add an `Unassigned(i64)` variant to cover these values.  This also
means that the `UnregisteredIana[NonPrivate]Value` errors can no longer
be emitted.

Fixes google#112
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.

[Feature Request / Contribution Proposal] working with internet drafts

1 participant