qitab / cl-protobufs

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

Factor out oneof eqality checking in proto-equal #322

Closed copybara-service[bot] closed 3 years ago

copybara-service[bot] commented 3 years ago

Factor out oneof eqality checking in proto-equal

proto-equal is way to big and needs a refactor. I don't think the oneof portions was tested well enough either. Here we factor out the oneof check and add several tests.