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

Robert Strandh rstrandh at common-lisp.net
Tue Nov 30 04:08:46 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  c955c78c8111b143362049c58e0b3ede2c620252 (commit)
       via  da818698bb7cb366cba2bc805e991833425087c6 (commit)
       via  7e42ed6a0ee90daa8848b65313346f61360aa4a0 (commit)
       via  2925de1b60a497eee910bb645dd10cface34c50d (commit)
       via  744604735ce3d7bc5d5fd85a357042b4021fd804 (commit)
       via  6e6e96e5ec2275cf11aa3220e9a6ea8e9b8ee053 (commit)
      from  1dd909dd62185ede2e6754365ee9396ed17a5e18 (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 c955c78c8111b143362049c58e0b3ede2c620252
Author: Robert Strandh <strandh at Sicl.(none)>
Date:   Tue Nov 30 05:08:30 2010 +0100

    More tests for the position function.

commit da818698bb7cb366cba2bc805e991833425087c6
Author: Robert Strandh <strandh at Sicl.(none)>
Date:   Tue Nov 30 04:46:08 2010 +0100

    More tests for the position function.

commit 7e42ed6a0ee90daa8848b65313346f61360aa4a0
Author: Robert Strandh <strandh at Sicl.(none)>
Date:   Tue Nov 30 04:22:23 2010 +0100

    Added tests for dotted lists to the position function when from-end is
    true and the item is not in the list.  The tests that demonstrated
    this failure now pass.
    
    Made another path towards a more uniform naming convention for
    specialized functions by improving the name of specialized versions of
    the position function for which from-end is true.

commit 2925de1b60a497eee910bb645dd10cface34c50d
Author: Robert Strandh <strandh at Sicl.(none)>
Date:   Tue Nov 30 04:20:44 2010 +0100

    Added tests for the position function showing failure when from-end is
    true, and position it is passed a list that is not a proper list, and
    the item is not in the list,

commit 744604735ce3d7bc5d5fd85a357042b4021fd804
Author: Robert Strandh <strandh at Sicl.(none)>
Date:   Tue Nov 30 04:02:49 2010 +0100

    For the position function, added tests for dotted lists at the end of
    a list that does not contain the item.  The tests that demonstrated
    this failure now pass.

commit 6e6e96e5ec2275cf11aa3220e9a6ea8e9b8ee053
Author: Robert Strandh <strandh at Sicl.(none)>
Date:   Tue Nov 30 04:00:50 2010 +0100

    More tests for the position function.  Theses tests demonstrate
    failure when position is passed a list that is not a proper list
    and the item does not exist in the list.
    
    Added comments indicatiting places where tests should not be added, in
    addition to preivous comments indicating where tests *should* be
    added.

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

Summary of changes:
 Code/Sequences/sequences.lisp |  649 ++++++++++++++++++---------------
 Code/Sequences/test.lisp      |  796 ++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 1146 insertions(+), 299 deletions(-)


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




More information about the Sicl-cvs mailing list