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 25e952f816e19f74676ced93f7637164401d14fc (commit) via 8886d6601dd93bd469cdd4edc5dad18f5553d1cb (commit) via 5dea54e3c35460366d8cf1235d1fa3d3ac0e36ef (commit) via c977120e1f86e6f4141f9a7caacd579ded4a5f21 (commit) via ba3d96e47001338c3e1f9dbdaa3125476bc7856c (commit) via 2cc960a6c3a6f6ae9fc08e68bc16b54abaa5a36e (commit) via 3e99c17a22093bbfb356b74bc84e5b78f063b153 (commit) via 2ec871194c3b26fec810b38227b4342b9bc67839 (commit) via 6c2b5ddd4a77db4ae6fe58a659f953f0e8cfcaa3 (commit) via 74fa56cdc6b8956d4de11bf69b4d66d07dadc63d (commit) from 1f3bd07e77e32e1f691026e146cb1780f6c5762f (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 25e952f816e19f74676ced93f7637164401d14fc Author: Robert Strandh <strandh@Sicl.(none)> Date: Tue Nov 23 05:17:01 2010 +0100
Added tests for the union and nunion functions that demonstrate failure when either a test of nil or a test-not of nil was given.
Modified the union and nunion functions so that the tests pass.
All tests pass.
All functions that take test and test-not keyword arguments should now conform to the standard.
commit 8886d6601dd93bd469cdd4edc5dad18f5553d1cb Author: Robert Strandh <strandh@Sicl.(none)> Date: Tue Nov 23 05:09:59 2010 +0100
Added tests to show failure of the subsetp function when either a test of nil or a test-not of nil was given.
Modified the subsetp function so that the tests pass.
All tests pass.
commit 5dea54e3c35460366d8cf1235d1fa3d3ac0e36ef Author: Robert Strandh <strandh@Sicl.(none)> Date: Tue Nov 23 05:05:08 2010 +0100
Added tests to show failure of the set-exclusive-or and the nset-exclusive-or function when either a test of nil or a test-not of nil was given.
Modified the set-exclusive-or and nset-exclusive-or functions so that the tests pass.
All tests pass.
commit c977120e1f86e6f4141f9a7caacd579ded4a5f21 Author: Robert Strandh <strandh@Sicl.(none)> Date: Tue Nov 23 04:56:48 2010 +0100
Added tests to show failure of the set-difference and nset-difference function when either a test of nil or a test-not of nil is given.
Modified the set-difference and nset-difference functions so that the tests pass.
All tests pass.
commit ba3d96e47001338c3e1f9dbdaa3125476bc7856c Author: Robert Strandh <strandh@Sicl.(none)> Date: Tue Nov 23 04:47:04 2010 +0100
Added tests to show failure of the adjoin function when either a test of nil or a test-not of nil is given.
Attempted to add a test to show failure of the pushnew macro when either a test of nil or a test-not of nil is given, but I don't seem to quite understand how to test macroexpander code.
Modified the adjoin function and the pushnew macro.
All tests pass.
commit 2cc960a6c3a6f6ae9fc08e68bc16b54abaa5a36e Author: Robert Strandh <strandh@Sicl.(none)> Date: Tue Nov 23 04:36:48 2010 +0100
Added tests to show failure of the intersection and nintersection functions when either a test of nil or a test-not of nil is given.
Modified the intersection and nintersection functions so that the tests pass.
All tests pass.
commit 3e99c17a22093bbfb356b74bc84e5b78f063b153 Author: Robert Strandh <strandh@Sicl.(none)> Date: Tue Nov 23 04:13:27 2010 +0100
Added tests that show failure of the assoc and rassoc functions when either a test of nil or a test-not of nil is given.
Modified the assoc and rassoc functions so that the tests pass.
All tests pass.
commit 2ec871194c3b26fec810b38227b4342b9bc67839 Author: Robert Strandh <strandh@Sicl.(none)> Date: Tue Nov 23 04:05:41 2010 +0100
Added tests that show failure of the member function when either a test of nil or a test-not of nil is given.
Modified the member function so that the tests pass.
All tests pass.
commit 6c2b5ddd4a77db4ae6fe58a659f953f0e8cfcaa3 Author: Robert Strandh <strandh@Sicl.(none)> Date: Tue Nov 23 03:59:09 2010 +0100
Added tests that show failure in the nsubst function when either test of nil or a test-not of nil is given.
Modified the nsubst function so that the test pass.
All tests pass.
commit 74fa56cdc6b8956d4de11bf69b4d66d07dadc63d Author: Robert Strandh <strandh@Sicl.(none)> Date: Tue Nov 23 03:51:19 2010 +0100
Added tests for the subst function that demonstrate a failure when either a test or a test-not of nil is given.
Modified the subst function so that the tests pass.
All tests pass.
-----------------------------------------------------------------------
Summary of changes: Code/Cons-high/cons-high.lisp | 201 +++++++++++++------------ Code/Cons-high/test.lisp | 333 ++++++++++++++++++++++++++++++++++++++++- 2 files changed, 440 insertions(+), 94 deletions(-)
hooks/post-receive