qitab / cl-protobufs

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

Length and level support over print-text-format #409

Closed copybara-service[bot] closed 1 year ago

copybara-service[bot] commented 1 year ago

Length and level support over print-text-format

Implement PRINT-LENGTH and PRINT-LEVEL support to print-text-format.

Both defaulted to nil, except if the parameter provided is a number, decrement :PRINT-LEVEL on each recursion and limit the repeated fields print to :PRINT-LENGTH.