Raymond Toy pushed to branch rtoy-print-using-ryu at cmucl / cmucl Commits: b71a67e2 by Raymond Toy at 2026-05-25T09:29:39-07:00 Remove duplicate *use-ryu-printer* Default to T. - - - - - 1 changed file: - src/code/ryu-print.lisp Changes: ===================================== src/code/ryu-print.lisp ===================================== @@ -23,15 +23,6 @@ printing of DOUBLE-DOUBLE-FLOAT values) always fall back to the Burger and Dybvig code regardless of this variable.") -(defvar *use-ryu-printer* nil - "When non-NIL, format directives ~E, ~F, ~G and the float printer used - by PRINC/PRIN1/PRINT/WRITE route through the Ryu-based formatter - (FORMAT-E, FORMAT-F, FORMAT-G, and the shortest-form D2S/F2S - routines). When NIL, the original Burger and Dybvig based code is - used. Some cases (notably ~F with non-zero scale factor K, and - printing of DOUBLE-DOUBLE-FLOAT values) always fall back to the - Burger and Dybvig code regardless of this variable.") - ;;; Ryu interface ;; This could be larger, but that would mean larger stack size for the View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/b71a67e281f3eab0f6e950bd... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/b71a67e281f3eab0f6e950bd... You're receiving this email because of your account on gitlab.common-lisp.net. Manage all notifications: https://gitlab.common-lisp.net/-/profile/notifications | Help: https://gitlab.common-lisp.net/help