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 bba953c8387f35e2a922738616c4ef5b1c904277 (commit) from 5f159ace5d37b08c4491b7ad1c8d4b41b02d0daa (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 bba953c8387f35e2a922738616c4ef5b1c904277 Author: Robert Strandh <strandh@Gracle.(none)> Date: Mon May 17 07:12:20 2010 +0200
Added tests for the mapl function.
Fixed the infinite loop problem in maplist. I had changed the implementation of the compiler macro from using the loop keyword `on' to using (loop for sublist = list then (cdr list) ...) but I had forgotten to add a termination condition. By adding `until (endp sublist)' this fixed the infinite loop problem, and also signals a type error if the list is not proper.
Modified the implementation of mapl to do what maplist does.
-----------------------------------------------------------------------
Summary of changes: Code/Cons-high/cons-high.lisp | 9 +++++---- Code/Cons-high/status.text | 14 +++----------- Code/Cons-high/test.lisp | 29 +++++++++++++++++++++++++++++ 3 files changed, 37 insertions(+), 15 deletions(-)
hooks/post-receive