-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Address "implementation-defined" literal and type values #944
Conversation
In [this thread](#911 (comment)) on #911, @macchiati and I discussed the handling of implementation-defined literal values and implementation-defined types. This change splits the "MAY _accept_" for these two cases, permitting both and saving us having to say "... or an implementation-defined value..." in lots of places.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In addition to the inline comment, this text ought to more clearly set limits on function handlers rather than implementations (which I note we never actually define).
@eemeli notes:
This is a good point. I need to read the section and think about how/whether to modify here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine now. Added a couple of grammary nitpicks.
Co-authored-by: Eemeli Aro <[email protected]>
In this thread on #911, @macchiati and I discussed the handling of implementation-defined literal values and implementation-defined types.
This change splits the "MAY accept" for these two cases, permitting both and saving us having to say "... or an implementation-defined value..." in lots of places.