qitab / cl-protobufs

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

Vector-represented repeated fields failed to print, because we were trying to use dolist on the data vector. #318

Closed copybara-service[bot] closed 3 years ago

copybara-service[bot] commented 3 years ago

Vector-represented repeated fields failed to print, because we were trying to use dolist on the data vector.

This CL adds a test of text-formatting of vector-represented repeated fields, and changes the printing code to use doseq, rather than dolist.