[Git][cmucl/cmucl][issue-293-restart-on-reader-fp-overflow] Change overflow message to be a bit clearer

Raymond Toy pushed to branch issue-293-restart-on-reader-fp-overflow at cmucl / cmucl Commits: deb94045 by Raymond Toy at 2024-04-07T10:36:12-07:00 Change overflow message to be a bit clearer Update the pot file due to the change in the message string. - - - - - 2 changed files: - src/code/reader.lisp - src/i18n/locale/cmucl.pot Changes: ===================================== src/code/reader.lisp ===================================== @@ -1857,7 +1857,7 @@ the end of the stream." ext:most-positive-double-double-float))))) (restart-case - (%reader-error stream _"~S overflow reading ~S" + (%reader-error stream _"Floating-point overflow reading ~S: ~S" float-format (read-buffer-to-string)) (infinity () :report (lambda (stream) ===================================== src/i18n/locale/cmucl.pot ===================================== @@ -8728,7 +8728,7 @@ msgid "Internal error in floating point reader." msgstr "" #: src/code/reader.lisp -msgid "~S overflow reading ~S" +msgid "Floating-point overflow reading ~S: ~S" msgstr "" #: src/code/reader.lisp View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/deb940458edf3da115644769... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/deb940458edf3da115644769... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)