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 5721838ae5ac5f21f322431f49d28ee89f998d36 (commit) via dd05fe7622a91ddc46641e8f3d05d1eaed787cad (commit) via 94b8f95033661e600e56c30f4f11a32fb77fe9be (commit) via 0a0e45e249b878b52be32c9074cf83838d796d78 (commit) via 52440605e5a521f5de8c769cabe244e813bd4c14 (commit) via 1ec3b7f286a0353e7f7510b76eaf329c5999b92c (commit) from 40ab86dcf129c34ba8807ecef92e88c584de8e6a (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 5721838ae5ac5f21f322431f49d28ee89f998d36 Author: Robert Strandh <strandh@Sicl.(none)> Date: Mon Sep 6 08:44:49 2010 +0200
Fixed problem demonstrated by latest tests by adding another parameter to read-upcase-downcase-preserve-decimal indicating which function to call for case conversion of a single character.
commit dd05fe7622a91ddc46641e8f3d05d1eaed787cad Author: Robert Strandh <strandh@Sicl.(none)> Date: Mon Sep 6 08:41:34 2010 +0200
Added tests that demonstrate failure when reading symbols that start as numbers with a readtable case other than :upcase.
commit 94b8f95033661e600e56c30f4f11a32fb77fe9be Author: Robert Strandh <strandh@Sicl.(none)> Date: Mon Sep 6 08:35:10 2010 +0200
Fixed the problem demonstrated by latest tests.
commit 0a0e45e249b878b52be32c9074cf83838d796d78 Author: Robert Strandh <strandh@Sicl.(none)> Date: Mon Sep 6 08:29:50 2010 +0200
Added tests for reading symbols that start as integers or ratios. The tests for ratios fail because I don't but the `/' in the buffer.
commit 52440605e5a521f5de8c769cabe244e813bd4c14 Author: Robert Strandh <strandh@Sicl.(none)> Date: Mon Sep 6 07:52:09 2010 +0200
Handle ratios. Previously failing test now passes.
commit 1ec3b7f286a0353e7f7510b76eaf329c5999b92c Author: Robert Strandh <strandh@Sicl.(none)> Date: Mon Sep 6 07:39:59 2010 +0200
Added tests for reading ratios. On test fails.
-----------------------------------------------------------------------
Summary of changes: Code/Reader/read.lisp | 46 +++++++++++++++--- Code/Reader/test.lisp | 128 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 167 insertions(+), 7 deletions(-)
hooks/post-receive