Closed snmsts closed 9 years ago
Is it
(defun sample ()
(let(c d) (jonathan:to-json`(,@(when c `((:t . ,c))) (:d . ,(when d t))) :from :alist)))
(sample)
going to cause the same error??
I meant not via ros -e
.
Okay, I can reproduce the case
(jonathan.helper:compile-encoder (:from :alist) (c d) `(,@(when c `((:t . ,c))) (:d . ,(when d t))))
.
Now I got
ros -L sbcl-bin -s jonathan -e '(let(c d)(print (jonathan:to-json`(,@(when c`((:t .,c)))(:d .,(when d t))):from :alist)))'
=> "{\"D\":[]}"
.
great! thanks.
Hi,
I tried
and got
I can reproduce the message on
and same message I can see on
Thank you in advance.