Activity log for bug #945261

Date Who What changed Old value New value Message
2012-03-03 00:11:30 Stas Boukarev bug added bug
2012-03-03 00:17:47 Stas Boukarev tags debugger
2015-02-02 13:13:01 Stas Boukarev summary "no debug information for frame" for some combinations of TAGBODY "no debug information for frame" for assembly routine frames
2015-02-02 13:13:23 Stas Boukarev description (defun foo (y) (tagbody label (when (< y 1) (go label)))) Calling (foo ()) gives ("no debug information for frame") (defun foo (y) (< y 1)) Calling (foo ()) gives ("no debug information for frame")
2015-02-02 16:42:39 Stas Boukarev sbcl: status Confirmed Fix Committed
2015-02-27 12:06:25 Christophe Rhodes sbcl: status Fix Committed Fix Released