Fix transform for SEARCH on vectors with :form-end t.
authorStas Boukarev <stassats@gmail.com>
Thu, 8 Dec 2011 15:22:12 +0000 (19:22 +0400)
committerStas Boukarev <stassats@gmail.com>
Thu, 8 Dec 2011 15:22:12 +0000 (19:22 +0400)
commit5bb3440a27492813feac0b9730283bb62d4690b8
treed5751cf05b43a88095dd13926a44d8e8ad48bfde
parent2c9e9cdf20257c422cd43bd30b89990499bca475
Fix transform for SEARCH on vectors with :form-end t.

When from-end is specified, start2 becomes end2 and the other way
around, so return star2 or end2 accordingly when testing for an empty
subsequence.
src/compiler/seqtran.lisp
tests/seq.pure.lisp