Closed copybara-service[bot] closed 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.
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.