Activity log for bug #327223

Date Who What changed Old value New value Message
2009-02-09 15:39:05 Tobias C. Rittweiler bug added bug
2009-02-09 15:40:24 Tobias C. Rittweiler description I regularly forget to add T, and simply write (FORMAT "FOO ~A" ...). Notice that a string is valid as first argument to FORMAT, that's the reason why this isn't complained about by type inference. Still a string literal may not be modified, so SBCL has all right to signal a full warning in this case. I regularly forget to add T, and simply write (FORMAT "FOO ~A" ...). Notice that a string is valid as first argument to FORMAT, that's the reason why this isn't complained about by type inference. Still a string literal may not be modified, so SBCL has all right to signal a full warning in this case.
2009-02-09 15:40:24 Tobias C. Rittweiler title FORMAT should warn on (FORMAT "FOO ~A" ...) wished: FORMAT should warn on (FORMAT "FOO ~A" ...)
2009-02-10 12:26:35 Nikodemus Siivola sbcl: status New Confirmed
2009-02-10 12:26:35 Nikodemus Siivola sbcl: importance Undecided Wishlist
2009-02-10 12:26:35 Nikodemus Siivola sbcl: statusexplanation
2009-02-10 12:26:53 Nikodemus Siivola title wished: FORMAT should warn on (FORMAT "FOO ~A" ...) wanted: FORMAT should warn on (FORMAT "FOO ~A" ...)
2010-04-11 11:33:41 Roman Marynchak attachment added Fix for the issue (emits too severe error as for now...) http://launchpadlibrarian.net/43774114/srctran.lisp.patch
2010-04-11 18:55:00 Roman Marynchak attachment added Improved patch http://launchpadlibrarian.net/43846057/srctran.lisp.patch
2010-05-29 16:11:12 Roman Marynchak sbcl: assignee Roman Marynchak (roman-marynchak)
2010-05-29 16:11:31 Roman Marynchak nominated for series sbcl/trunk
2010-08-16 13:16:44 Roman Marynchak tags easy feature printer easy feature printer review
2010-10-06 16:25:39 Roman Marynchak tags easy feature printer review easy feature printer
2010-10-06 16:25:44 Roman Marynchak sbcl: assignee Roman Marynchak (roman-marynchak)
2011-02-17 11:33:10 Nikodemus Siivola sbcl: status Confirmed In Progress
2011-02-17 11:33:10 Nikodemus Siivola sbcl: assignee Nikodemus Siivola (nikodemus)
2011-02-17 11:45:44 Nikodemus Siivola tags easy feature printer easy feature pending printer
2011-02-20 10:43:54 Nikodemus Siivola sbcl: status In Progress Fix Committed
2011-02-20 10:43:54 Nikodemus Siivola sbcl: assignee Nikodemus Siivola (nikodemus)
2011-02-20 10:44:07 Nikodemus Siivola tags easy feature pending printer easy feature printer
2011-03-28 08:32:03 Nikodemus Siivola sbcl: status Fix Committed Fix Released