qitab / cl-protobufs

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

Change serialize to use fboundp #302

Closed copybara-service[bot] closed 3 years ago

copybara-service[bot] commented 3 years ago

Change serialize to use fboundp

Rather than ignoring an exception, let's just check that the function is bound before looking up the definition.