You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because the default serde implementation serializes all the fields. However, I think its more common to serialize matchspec as a string then to serialize the individual fields. I would therefor propose that we serialize and deserialize matchspecs as strings instead.
This is also the case for NamelessMatchSpec and Version and possibly some other types.
The text was updated successfully, but these errors were encountered:
We often write code like this:
This is because the default serde implementation serializes all the fields. However, I think its more common to serialize matchspec as a string then to serialize the individual fields. I would therefor propose that we serialize and deserialize matchspecs as strings instead.
This is also the case for
NamelessMatchSpec
andVersion
and possibly some other types.The text was updated successfully, but these errors were encountered: