From mb at bese.it Wed Apr 18 18:37:47 2012 From: mb at bese.it (Marco Baringer) Date: Wed, 18 Apr 2012 20:37:47 +0200 Subject: [Bese-devel] further development of FiveAM Message-ID: <20120418183747.GC14309@muppetslab.org> hi, I've haven't worked on FiveAM in a long time (it's been at least 3 years...), and apparently that's caused stagnation and fragmentation of the code base. my bad. Stelian Ionescu has graciously offered to take up further development of FiveAM. So i'm going to let him do that. good luck, -- -marco From kiyoshi.mizumaru at gmail.com Sat Apr 21 13:18:54 2012 From: kiyoshi.mizumaru at gmail.com (Kiyoshi Mizumaru) Date: Sat, 21 Apr 2012 22:18:54 +0900 Subject: [Bese-devel] arnesi_dev patches Message-ID: Hi, Would you please have a look at the following diffs? One is for Allegro CL's modern case mode, and the other is for Lispworks conditional compile. I'm not familiar with darcs, so please forgive me for not sending this in darcs send. Thanks in advance, Kiyoshi https://github.com/kmizumar/arnesi_dev/commit/aeb41d4b5284559ac07c458cdc315e4aebd42cb9 diff -rN old-arnesi_dev/src/hash.lisp new-arnesi_dev/src/hash.lisp 16,18c16,18 < (reader (make-lookup-name name "GET-" name)) < (writer (make-lookup-name name "GET-" name)) < (rem-er (make-lookup-name name "REM-" name)) --- > (reader (make-lookup-name name (symbol-name :get-) name)) > (writer (make-lookup-name name (symbol-name :get-) name)) > (rem-er (make-lookup-name name (symbol-name :rem-) name)) https://github.com/kmizumar/arnesi_dev/commit/c8aad5de20bb0b14f0b7db8cd47f2c1884dd4dd6 diff -rN old-arnesi_dev/src/lexenv.lisp new-arnesi_dev/src/lexenv.lisp 260c260 < #+(and lispworks macosx) --- > #+(or lispworks5 lispworks6) 264c264 < #+(and lispworks macosx) --- > #+(or lispworks5 lispworks6) 274c274 < #+(and lispworks macosx) --- > #+(or lispworks5 lispworks6) 282c282 < #+(and lispworks macosx) --- > #+(or lispworks5 lispworks6) 286c286 < #+(and lispworks macosx) --- > #+(or lispworks5 lispworks6) 296c296 < #+(and lispworks macosx) --- > #+(or lispworks5 lispworks6) 304c304 < #+(and lispworks (or win32 linux)) --- > #+lispworks4 308c308 < #+(and lispworks (or win32 linux)) --- > #+lispworks4 313c313 < #+(and lispworks (or win32 linux)) --- > #+lispworks4 319c319 < #+(and lispworks (or win32 linux)) --- > #+lispworks4 326c326 < #+(and lispworks (or win32 linux)) --- > #+lispworks4 332c332 < #+(and lispworks (or win32 linux)) --- > #+lispworks4 486c486 < #+(and lispworks (or win32 linux)) --- > #+lispworks4 491c491 < #+(and lispworks (or win32 linux)) --- > #+lispworks4 496c496 < #+(and lispworks (or win32 linux)) --- > #+lispworks4 501c501 < #+(and lispworks (or win32 linux)) --- > #+lispworks4 From kiyoshi.mizumaru at gmail.com Sat Apr 21 13:24:00 2012 From: kiyoshi.mizumaru at gmail.com (Kiyoshi Mizumaru) Date: Sat, 21 Apr 2012 22:24:00 +0900 Subject: [Bese-devel] arnesi_dev patches In-Reply-To: References: Message-ID: Sorry, the first link in the previous mail was wrong, but diffs are okay. https://github.com/kmizumar/arnesi_dev/commit/787edf707169e2402a3317a84c26b4da24c3983e On Sat, Apr 21, 2012 at 10:18 PM, Kiyoshi Mizumaru wrote: > Hi, > > Would you please have a look at the following diffs? > One is for Allegro CL's modern case mode, and the other is for > Lispworks conditional compile. > > I'm not familiar with darcs, so please forgive me for not sending this > in darcs send. > > Thanks in advance, > Kiyoshi > > > https://github.com/kmizumar/arnesi_dev/commit/aeb41d4b5284559ac07c458cdc315e4aebd42cb9 > > diff -rN old-arnesi_dev/src/hash.lisp new-arnesi_dev/src/hash.lisp > 16,18c16,18 > < ? ? ? ? ? ? ? ?(reader (make-lookup-name name "GET-" name)) > < ? ? ? ? ? ? ? ?(writer (make-lookup-name name "GET-" name)) > < ? ? ? ? ? ? ? ?(rem-er (make-lookup-name name "REM-" name)) > --- >> ? ? ? ? ? ? ? ?(reader (make-lookup-name name (symbol-name :get-) name)) >> ? ? ? ? ? ? ? ?(writer (make-lookup-name name (symbol-name :get-) name)) >> ? ? ? ? ? ? ? ?(rem-er (make-lookup-name name (symbol-name :rem-) name)) > > > https://github.com/kmizumar/arnesi_dev/commit/c8aad5de20bb0b14f0b7db8cd47f2c1884dd4dd6 > > diff -rN old-arnesi_dev/src/lexenv.lisp new-arnesi_dev/src/lexenv.lisp > 260c260 > < #+(and lispworks macosx) > --- >> #+(or lispworks5 lispworks6) > 264c264 > < #+(and lispworks macosx) > --- >> #+(or lispworks5 lispworks6) > 274c274 > < #+(and lispworks macosx) > --- >> #+(or lispworks5 lispworks6) > 282c282 > < #+(and lispworks macosx) > --- >> #+(or lispworks5 lispworks6) > 286c286 > < #+(and lispworks macosx) > --- >> #+(or lispworks5 lispworks6) > 296c296 > < #+(and lispworks macosx) > --- >> #+(or lispworks5 lispworks6) > 304c304 > < #+(and lispworks (or win32 linux)) > --- >> #+lispworks4 > 308c308 > < #+(and lispworks (or win32 linux)) > --- >> #+lispworks4 > 313c313 > < #+(and lispworks (or win32 linux)) > --- >> #+lispworks4 > 319c319 > < #+(and lispworks (or win32 linux)) > --- >> #+lispworks4 > 326c326 > < #+(and lispworks (or win32 linux)) > --- >> #+lispworks4 > 332c332 > < #+(and lispworks (or win32 linux)) > --- >> #+lispworks4 > 486c486 > < #+(and lispworks (or win32 linux)) > --- >> #+lispworks4 > 491c491 > < #+(and lispworks (or win32 linux)) > --- >> #+lispworks4 > 496c496 > < #+(and lispworks (or win32 linux)) > --- >> #+lispworks4 > 501c501 > < #+(and lispworks (or win32 linux)) > --- >> #+lispworks4 From kiyoshi.mizumaru at gmail.com Sat Apr 21 13:35:12 2012 From: kiyoshi.mizumaru at gmail.com (Kiyoshi Mizumaru) Date: Sat, 21 Apr 2012 22:35:12 +0900 Subject: [Bese-devel] fiveam patch Message-ID: Hi, Would you please have a look at the following diffs? In Allegro CL's modern case mode, fiveam cannot be load due to some symbol case mismatches. Thanks in advance, Kiyoshi https://github.com/kmizumar/fiveam/commit/83ea8b5c4ac22cec6befd2b95dafe5cf6ee0a49d diff -rN old-fiveam/t/suite.lisp new-fiveam/t/suite.lisp 3c3 < (in-package :it.bese.fiveam) --- > (in-package :it.bese.FiveAM) 9c9 < (def-suite :it.bese.fiveam :in :it.bese) --- > (def-suite :it.bese.FiveAM :in :it.bese) From sionescu at cddr.org Sat Apr 21 20:28:06 2012 From: sionescu at cddr.org (Stelian Ionescu) Date: Sat, 21 Apr 2012 20:28:06 +0000 (UTC) Subject: [Bese-devel] further development of FiveAM References: <20120418183747.GC14309@muppetslab.org> Message-ID: Marco Baringer bese.it> writes: > > hi, > > I've haven't worked on FiveAM in a long time (it's been at least 3 > years...), and apparently that's caused stagnation and > fragmentation of the code base. my bad. > > Stelian Ionescu has graciously offered to take up further > development of FiveAM. So i'm going to let him do that. I've created a new project(http://common-lisp.net/project/fiveam/) with its own mailing list and converted the sources to git: https://github.com/sionescu/fiveam I'll slowly start integrating the various forks and patches I found around, so if you have some request don't hesitate to ask(on fiveam-devel)