qitab / cl-protobufs

Common Lisp protocol buffer implementation.
MIT License
84 stars 18 forks source link

Fix proto-equal being incorrect for repeated message fields #163

Closed bkuehnert closed 4 years ago

bkuehnert commented 4 years ago

Previously, this function would only verify that one list was a sublist of the second list. Now, it properly checks for equality.