Raymond Toy pushed to branch rtoy-print-using-ryu at cmucl / cmucl Commits: c7371263 by Raymond Toy at 2026-05-28T09:34:30-07:00 Use updated branch for ansi-tests The ryu printer fixes many format issues, so use the correct branch with the unexpected successes removed. Update cmucl.pot too. - - - - - 2 changed files: - bin/run-ansi-tests.sh - src/i18n/locale/cmucl.pot Changes: ===================================== bin/run-ansi-tests.sh ===================================== @@ -36,7 +36,8 @@ shift $((OPTIND - 1)) # Use branch cmucl-expected-failures in general since this branch # generally has the list of expected failures. This is the branch to # use on cmucl master in general. -BRANCH=cmucl-expected-failures +#BRANCH=cmucl-expected-failures +BRANCH=rtoy-print-using-ryu set -x if [ -d ../ansi-test ]; then ===================================== src/i18n/locale/cmucl.pot ===================================== @@ -7449,6 +7449,13 @@ msgid "" " form." msgstr "" +#: src/code/ryu-print.lisp +msgid "" +"Return the number of significant digits in MANTISSA, a string of\n" +" the form \"d\" or \"d.dddd\" (as produced by d2s/d2exp). The decimal\n" +" point, if present, is not counted." +msgstr "" + #: src/code/ryu-print.lisp msgid "" "Number of decimal digits in N. N is the absolute value of a\n" View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/c7371263d0f63d589c317015... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/c7371263d0f63d589c317015... 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
participants (1)
-
Raymond Toy (@rtoy)