Raymond Toy pushed to branch master at cmucl / cmucl Commits: 8907cb3c by Raymond Toy at 2024-12-30T17:11:16+00:00 Fix #361: Add herald item to mention where to report bugs - - - - - 5d83f135 by Raymond Toy at 2024-12-30T17:11:16+00:00 Merge branch 'issue-361-herald-for-bug-tracker' into 'master' Fix #361: Add herald item to mention where to report bugs Closes #361 See merge request cmucl/cmucl!258 - - - - - 3 changed files: - src/code/save.lisp - src/general-info/release-21f.md - src/i18n/locale/cmucl.pot Changes: ===================================== src/code/save.lisp ===================================== @@ -445,7 +445,8 @@ (setf (getf *herald-items* :bugs) `(,#'(lambda (stream) - (write-string (intl:gettext "See <http://www.cmucl.org/> for support information.") stream)) + (write-string (intl:gettext "Please visit https://cmucl.org/bugs to report bugs and ask questions.") + stream)) terpri ,#'(lambda (stream) (write-string (intl:gettext "Loaded subsystems:") stream)))) ===================================== src/general-info/release-21f.md ===================================== @@ -87,6 +87,7 @@ public domain. * ~~#330~~ Fix typos in unicode.lisp * ~~#333~~ `load` doesn't accept generalized boolean for `:if-does-not-exist` arg + * ~~#361~~ Add herald item to mention where to report issues * Other changes: * Improvements to the PCL implementation of CLOS: * Changes to building procedure: ===================================== src/i18n/locale/cmucl.pot ===================================== @@ -6898,7 +6898,7 @@ msgid " on " msgstr "" #: src/code/save.lisp -msgid "See <http://www.cmucl.org/> for support information." +msgid "Please visit https://cmucl.org/bugs to report bugs and ask questions." msgstr "" #: src/code/save.lisp View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/ecbe6bb89edfa23d917c67f... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/ecbe6bb89edfa23d917c67f... You're receiving this email because of your account on gitlab.common-lisp.net.