-
Notifications
You must be signed in to change notification settings - Fork 687
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
OPTIONAL field MAY be null #351
Conversation
I think this was talked about in a previous issue somewhere - it's not quite redundant - the field being optional means it might not be present, but that's different to it being present but having an empty/null value. |
Could probably do with a once-over of the spec to make sure we're consistent about this for all fields. |
+1 for this to make it more clear. |
cdac091
to
09639ce
Compare
@jonboulle add a sentence to clarify this |
@coolljt0725 how is this clearer than what was originally there? it's no longer in context |
@jonboulle maybe I just misunderstood your point. I think all the |
That makes sense, but if so, I'd rather move it to the top of the Any OPTIONAL field MAY also be set to null, which is equivalent to being On 30 September 2016 at 11:44, Lei Jitang [email protected] wrote:
|
To be be really anal:
|
On Fri, Sep 30, 2016 at 07:39:34AM -0700, Jonathan Boulle wrote:
If we can make a general rule of this (and that sounds good to me), I
I like this wording^ [edit: @duglin's wording 0 is better]. I've floated using ‘null’ (vs. leaving the |
Signed-off-by: Lei Jitang <[email protected]>
09639ce
to
ed30dc5
Compare
This field MAY be null is duplicate with the
OPTIONAL
Signed-off-by: Lei Jitang [email protected]