You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(formatt"~&;;; Building Closure with (UNSIGNED-BYTE 16) RUNES~%")
#+rune-is-character
(formatt"~&;;; Building Closure with CHARACTER RUNES~%")
This codeblock contributes to (IMO unnecessarily) verbose Quicklisp loads of closure-common, for instance:
To load"foo-system":
Load1 ASDF system:
foo-system
; Loading "foo-system".;;; Checking for wide character support... WARNING: Lisp implementation doesn't use UTF-16, but accepts surrogate code points.
yes, using code points.
..
;;; Checking for wide character support... WARNING: Lisp implementation doesn't use UTF-16, but accepts surrogate code points.
yes, using code points.
;;; Building Closure with CHARACTER RUNES
...............................................
...................
Is it possible/desired to remove the FORMAT calls altogether?
The text was updated successfully, but these errors were encountered:
Similar to sharplispers/cxml#7
closure-common/closure-common.asd
Lines 18 to 48 in 8746120
This codeblock contributes to (IMO unnecessarily) verbose Quicklisp loads of
closure-common
, for instance:Is it possible/desired to remove the
FORMAT
calls altogether?The text was updated successfully, but these errors were encountered: