Comment 1 for bug 1251861

Revision history for this message
Lutz Euler (lutz-euler) wrote :

This is a regression. Bisecting points to 1.0.57.7:

a6a12ed609d5467ec43b411283e5b3568fee81df is the first bad commit
commit a6a12ed609d5467ec43b411283e5b3568fee81df
Author: Nikodemus Siivola <email address hidden>
Date: Sat May 19 14:57:06 2012 +0300

    refactor GET-TOPLEVEL-FORM &co between debugger and disassembler

      * Merge the implementations in debug.lisp and target-disassembler.lisp.

      * Get rid of most of the cacheing.

      * Prefer the DEBUG-SOURCE-FORM if it exists: thanks to *SOURCE-NAMESTRING*
        we can have misleading namestrings for functions generated by calls to
        EVAL during LOAD, etc.

Note that 1.0.57.7 doesn't build. One needs to apply the change from 1.0.57.10 (77a1e282295a11dff7714bdb7ebce0bd786f6334) to be able to build it.