Re: [Chicken-users] SRFI-27 and 3.5.0

2009-02-28 Thread Peter Danenberg
Quoth Jim Ursetto on Boomtime, the 57th of Chaos: The patch is attached below, and I have also applied it to the repository. Should we just pull it down from: https://galinha.ucpel.tche.br/svn/chicken-eggs/chicken/branches/chicken-3/ or are you going to make a release?

Re: [Chicken-users] SRFI-27 and 3.5.0

2009-02-26 Thread Jim Ursetto
On Wed, Feb 25, 2009 at 7:48 PM, Ivan Raikov ivan.g.rai...@gmail.com wrote: For the time being, I have reverted srfi-18.scm to that of Chicken release 3.4.0. This fixes the issues you reported with srfi-18 and srfi-27. I have restored the latest version of srfi-18 and fixed some bugs and

Re: [Chicken-users] SRFI-27 and 3.5.0

2009-02-26 Thread Jim Ursetto
On Thu, Feb 26, 2009 at 12:48 PM, Peter Danenberg pe...@ck12.org wrote: Should we just pull it down from:   https://galinha.ucpel.tche.br/svn/chicken-eggs/chicken/branches/chicken-3/ or are you going to make a release? It will make it into 3.5.2, but it doesn't contain any functionality or

[Chicken-users] SRFI-27 and 3.5.0

2009-02-25 Thread Peter Danenberg
SRFI-27 seems to be broken in 3.5.0; doing (require-extension srfi-27) results in: Error: call of non-procedure: #unbound value ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] SRFI-27 and 3.5.0

2009-02-25 Thread Ivan Raikov
Hello, Thanks for reporting this. There seems to be a problem with 3.5.0 and eggs that use srfi-18 (srfi-27 uses synch, which in turn uses srfi-18). I will look into the issue and see if I can fix it. -Ivan Peter Danenberg p...@roxygen.org writes: SRFI-27 seems to be broken in 3.5.0;

Re: [Chicken-users] SRFI-27 and 3.5.0

2009-02-25 Thread Ivan Raikov
Hello, For the time being, I have reverted srfi-18.scm to that of Chicken release 3.4.0. This fixes the issues you reported with srfi-18 and srfi-27. In about three hours, there will be a new development snapshot generated, Chicken 3.5.1 that includes the fixed srfi-18. Development snapshots