From ehuels at gmail.com Sun Oct 21 17:05:36 2012 From: ehuels at gmail.com (Erik Huelsmann) Date: Sun, 21 Oct 2012 19:05:36 +0200 Subject: [babel-devel] BABEL-TESTS on ABCL Message-ID: Hi Luis, Today we've been working on ABCL being able to compile and load BABEL; actually, it could do that already, but didn't work with BABEL-TESTS. We've committed some fixes which handle reader issues uncovered by the library, but we're now stuck: there's a bit of code commented out on CCL. It seems we're running into the same problems as CCL, due to strictness of interpretation of code points. Could you mark the #-ccl section in tests/tests.lisp as #-(or ccl abcl)? That solves our problem with the #\udcf0 code point. Thanks in advance! Bye, Erik. -------------- next part -------------- An HTML attachment was scrubbed... URL: From loliveira at common-lisp.net Sun Oct 28 22:33:24 2012 From: loliveira at common-lisp.net (=?ISO-8859-1?Q?Lu=EDs_Oliveira?=) Date: Sun, 28 Oct 2012 22:33:24 +0000 Subject: [babel-devel] BABEL-TESTS on ABCL In-Reply-To: References: Message-ID: On Sun, Oct 21, 2012 at 6:05 PM, Erik Huelsmann wrote: > Could you mark the #-ccl section in tests/tests.lisp as #-(or ccl abcl)? > That solves our problem with the #\udcf0 code point. Done. Thanks! -- Lu?s Oliveira http://r42.eu/~luis/