hyotang666
hyotang666
Suddenly, it became works well. But quitting the abcl, then reinvoking the abcl, the issue remains. After some minutes, it becomes works well. Java JIT compiler is related? ```lisp (lisp-implementation-version)...
This behavior is made by the stream's mismatching. ```lisp (pprint-logical-block (*standard-output* ; (A b) ``` The patches may be like below. ```lisp (def-complex-format-directive #\( (colonp atsignp params directives) (let ((close...
Oh, I'm sorry, I had forgotten about the case printing the string. `*print-case*` does not fit for it. Hmmm.
`force-output` works! ```lisp (LAMBDA (STREAM &OPTIONAL (FORMAT-ARG-149897 (ERROR 'FORMAT::FORMAT-ERROR :COMPLAINT "required argument missing" :CONTROL-STRING "~:" :OFFSET 2)) &REST FORMAT::ARGS) (BLOCK NIL (LET ((FORMAT::ARG FORMAT-ARG-149897)) (PPRINT-LOGICAL-BLOCK (STREAM FORMAT::ARG :PREFIX "(" :SUFFIX...