veraison / corim

CoRIM and CoMID manipulation library and CLI
Apache License 2.0
9 stars 7 forks source link

UUID MKey should handle the (special) nil value #100

Closed thomas-fossati closed 11 months ago

thomas-fossati commented 11 months ago

The IMkeyFactory requires every implementation to

// [...] accept nil as one of the inputs, and return the Zero value for
// implemented type.

Currently, the UUID implementation does not handle nil, which results in unmarshalling errors.