Closed bkuehnert closed 4 years ago
Please don't make titles like: Fix bug #181 #186 I have no idea what bug 181 is, instead say what it's doing and then link to the bug in the description.
Please don't make titles like: Fix bug #181 #186 I have no idea what bug 181 is, instead say what it's doing and then link to the bug in the description.
Edited it. The bug is a bit of a mouthful, hence why I linked it
Should this also update the json code? Or is that in another cl?
Should this also update the json code? Or is that in another cl?
What would change in the JSON code?
You commented out several well known types.
I see, this is cl-protobufs should import struct.proto #182 nvm For some reason I thought this and that were related...
I see, this is cl-protobufs should import struct.proto #182 nvm For some reason I thought this and that were related...
Oh right, I understand. That's next :)
This fixes bug #181 and adds tests for the bug. With this change, now NIL can be inserted into maps that have message values. This is a bug, but it is the same behavior as any optional message field.