1.0.6.23: fix a source location tracking problem in sb-cover
authorJuho Snellman <jsnell@iki.fi>
Tue, 5 Jun 2007 09:56:50 +0000 (09:56 +0000)
committerJuho Snellman <jsnell@iki.fi>
Tue, 5 Jun 2007 09:56:50 +0000 (09:56 +0000)
commit49da8bb4ea5899e3d23cef4c80c246b2101cfaac
tree50a5b1a46a69c07263b9e1c95085f12f5f88ea5a
parentd8978f48b6c8b583612f6adbe33d3030f862ef87
1.0.6.23: fix a source location tracking problem in sb-cover

         * The logic for selecting the innermost form that contains
           a given character in the source file did not work correctly in
           cases where an exact location could not be found for some source
           path. This should mainly happen when reader macros are involved.
         * Instead of sorting the source paths by the length of the path,
           sort them by the length of the character range of the source
           location.
contrib/sb-cover/cover.lisp
version.lisp-expr