[Chicken-users] sequences egg

2010-11-18 Thread Felix
Hello! I've put together a little library of generic sequence operations, and would like to get some feedback, since I'm not sure about the nomenclature and API. Find it here: http://wiki.call-cc.org/eggref/4/sequences And in the repo, usual place. It has a test-suite, but surely contains

Re: [Chicken-users] sequences egg

2010-11-18 Thread Alan Post
On Thu, Nov 18, 2010 at 10:03:44AM -0500, Felix wrote: Hello! I've put together a little library of generic sequence operations, and would like to get some feedback, since I'm not sure about the nomenclature and API. Find it here: http://wiki.call-cc.org/eggref/4/sequences And in

Re: [Chicken-users] handling the undefined value

2010-11-18 Thread F. Wittenberger
Am Mittwoch, den 17.11.2010, 23:53 +0100 schrieb Felix: From: Jörg F. Wittenberger joerg.wittenber...@softeyes.net Subject: [Chicken-users] handling the undefined value Date: Wed, 17 Nov 2010 20:56:29 +0100 Hi Chickeners! I ran into a rare call of undefined value -- somewhere in the

Re: [Chicken-users] handling the undefined value

2010-11-18 Thread F. Wittenberger
Am Mittwoch, den 17.11.2010, 23:59 +0100 schrieb Felix: From: Jörg F. Wittenberger joerg.wittenber...@softeyes.net Subject: [Chicken-users] handling the undefined value Date: Wed, 17 Nov 2010 20:56:29 +0100 * The handling of -extend has changed in a way I do not yet completely understand.

Re: [Chicken-users] sequences egg

2010-11-18 Thread Thomas Chust
2010/11/18 Felix fe...@call-with-current-continuation.org: [...] I've put together a little library of generic sequence operations, and would like to get some feedback, since I'm not sure about the nomenclature and API. [...] Hello, in my opinion this library is a good idea. A feature I

Re: [Chicken-users] New eggs: npdiff, format-textdiff

2010-11-18 Thread Daishi Kato
Hi all, Anybody using format-textdiff? I encountered the following problem: CHICKEN (c)2008-2010 The Chicken Team (c)2000-2007 Felix L. Winkelmann Version 4.6.1 linux-unix-gnu-x86 [ manyargs dload ptables ] compiled 2010-09-25 on lobule (Linux) #;1 (use format-textdiff) #;2 (textdiff

Re: [Chicken-users] New eggs: npdiff, format-textdiff

2010-11-18 Thread Ivan Raikov
Hello, Thanks for trying to use format-textdiff. The problem below was actually caused by a bug in npdiff, which has been fixed in npdiff release 1.13. Please update your copy of npdiff and try again. Let me know if you encounter any other issues with those eggs. -Ivan Daishi Kato

Re: [Chicken-users] handling the undefined value

2010-11-18 Thread Felix
From: Jörg F. Wittenberger joerg.wittenber...@softeyes.net Subject: Re: [Chicken-users] handling the undefined value Date: Thu, 18 Nov 2010 22:42:42 +0100 I guess I found the reason: -local. Apparently it changed slightly. At least I found a case, where one compilation unit of mine used