1.0.8.42: Fix some source-location bugs, alternate sb-cover annotation mode
authorJuho Snellman <jsnell@iki.fi>
Mon, 20 Aug 2007 17:12:49 +0000 (17:12 +0000)
committerJuho Snellman <jsnell@iki.fi>
Mon, 20 Aug 2007 17:12:49 +0000 (17:12 +0000)
commit037f06f836c2ed1206bf29cfe3bc40e74b83723b
treef73dd558233c90d5cc509eac96d659be2153bae7
parent0455d5cfeec048ed6c181bef872b1465bf9af8cc
1.0.8.42: Fix some source-location bugs, alternate sb-cover annotation mode

         * Bug introduced in the code coverage commit caused sldb-show-source
           to highlight the wrong forms in many cases.
         * Changes in 1.0.6.23 caused branch forms to be not annotated as
           such in sb-cover.
         * Add a new annotation mode to sb-cover, which basically uses
           the source location information of the car of the form instead
           of using the information for the form itself. This mode shows
           explicitly which forms have been instrumented. According to
           a #lisp poll, the old version looks nicer, so it's been retained
           as the default.
NEWS
contrib/sb-cover/cover.lisp
src/compiler/ir1tran.lisp
version.lisp-expr