Welcome! Please see the About page for a little more info on how this works.

0 votes
in ClojureScript by

Using octal and Unicode {{cl-format}} character directives fails with "Error: Badly formed parameters in format directive".

(See https://github.com/clojure/clojure/blob/master/doc/clojure/pprint/CommonLispFormat.markdown#differences-from-the-common-lisp-format-function)

(cl-format nil "~'o@c" \a) (cl-format nil "~'u@c" \a)

5 Answers

0 votes
by
0 votes
by

Comment made by: mfikes

CLJS-2880-2.patch rebaselines

0 votes
by

Comment made by: mfikes

CLJS-2880-2.patch passes CI (/)

0 votes
by

Comment made by: mfikes

CLJS-2880-2.patch added to Patch Tender (i)

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJS-2880 (reported by mfikes)
...