qitab / cl-protobufs

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

Have TEST-ROUNDTRIP-JSON use key #331

Closed copybara-service[bot] closed 3 years ago

copybara-service[bot] commented 3 years ago

Have TEST-ROUNDTRIP-JSON use key

TEST-ROUNDTRIP-JSON should use the key value in the dolist to test json encoding. Currently, it is ignored. With clunit2 as it is we don't get the undefined variable warning, but with the new version of clunit2 it gives an error.

The json code is in dire need of cleanup...