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
I found another issue with compare #231
and I have added all current issues to the documentation.
Compare is now supported for most well known types, except struct, because compare does not support oneof yet.
It also doesn't work when timestamp is generated as time.Time or duration is generated as time.Duration.
These are all fixable, except maybe for maps, but I am too sick to do that now.
And I hope someone else will jump in.
awalterschulze
changed the title
Plan to support Compare on timestamp?
Compare on Well Known Types is not fully supported
Nov 30, 2016
Hi do you have plan to support
Compare
method ontypes.Timestamp
? For example,This gives me
this.Timestamp.Compare undefined (type *types.Timestamp has no field or method Compare)
compilation error.Moreover, it seems that ptypes package doesn't have enough support; e.g.,
gostring_all
option doesn't work neither.Thanks!
The text was updated successfully, but these errors were encountered: