[sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. 8e2ba58ac3a3fcbbb8a7b9ec3f00fb3822dbfb93

Robert Strandh rstrandh at common-lisp.net
Thu Dec 2 16:51:09 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SICL, bricks for implementors of Common Lisp systems. ".

The branch, master has been updated
       via  8e2ba58ac3a3fcbbb8a7b9ec3f00fb3822dbfb93 (commit)
       via  675d82c25d8ea333576bed27759bd49114d69c27 (commit)
      from  d0e2622cec12db0be3eb995ba0447ef20e146c93 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8e2ba58ac3a3fcbbb8a7b9ec3f00fb3822dbfb93
Author: Robert Strandh <strandh at Sicl.(none)>
Date:   Thu Dec 2 17:50:20 2010 +0100

    Wrote tests for count, count-if, and count-if-not.  These tests
    reveal several failures.

commit 675d82c25d8ea333576bed27759bd49114d69c27
Author: Robert Strandh <strandh at Sicl.(none)>
Date:   Thu Dec 2 17:48:37 2010 +0100

    Introduced test-p and test-not-p into the count function,
    so as to distinguish between the case where one of those
    keyword argument is not given, or when an explicit nil is given.
    
    Fixed a problem where the wrong specialized function was called when
    neither test nor test-not were given.

-----------------------------------------------------------------------

Summary of changes:
 Code/Sequences/sequences.lisp |   97 +++++++------
 Code/Sequences/test.lisp      |  312 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 364 insertions(+), 45 deletions(-)


hooks/post-receive
-- 
SICL, bricks for implementors of Common Lisp systems. 




More information about the Sicl-cvs mailing list