Re: SRFI-64 implementation for Guile 2.0

2012-04-20 Thread Sunjoong Lee
I've attached diff of 2007 testing.scm. 2012/4/21 Per Bothner > > I'm going to look at the patch in detail, but before I do, a question: > Why is your srfi-64.scm.gz "for Guile, Chicken and Gambit" so very > different from the reference implementation with your patch applied? > I just mean that

Re: SRFI-64 implementation for Guile 2.0

2012-04-20 Thread Per Bothner
On 04/20/2012 03:19 AM, Sunjoong Lee wrote: I'll attatch two files on this mail; srfi-64.scm.gz and testing.patch.gz. The srfi-64.scm.gz file is for Guile, Chicken and Gambit users. The testing.patch.gz file is for Per. Much better. I applied your patch to the reference implementation, and tha

Re: SRFI-64 implementation for Guile 2.0

2012-04-20 Thread Sunjoong Lee
Hi, Ludo’; Your implementation fails srfi-64-test.scm, a test suite for the SRFI 64. Per: I realize the test-error of the reference implementation has a bug; It calls %test-error like this - (test-assert (%test-error etype expr)) but %test-error needs three arguments - (%test-error r etype expr)

Re: SRFI-64 implementation for Guile 2.0

2012-04-20 Thread Ludovic Courtès
Hi, Per Bothner skribis: > I think it would be great to get SRFI-64 into Guile. Me too. FWIW, I’ve been using an almost-unmodified version in several projects: http://git.savannah.gnu.org/cgit/libchop.git/tree/guile2/srfi The only changes compared to the reference implementations are minor

Re: SRFI-64 implementation for Guile 2.0

2012-04-20 Thread Sunjoong Lee
Thanks Noah and Per; English language is more difficult than scheme language for me. :( I want to share my code or modification to others and learn somethings during that. Few days ago, I found testing.scm, the reference implementation of SRFI 64, does not pass srfi-64-test.scm, a test suite for

Guile-PG 0.44 available

2012-04-20 Thread Thien-Thi Nguyen
release notes: Bug fix plus "make check" improvements. thi README excerpt: Guile-PG is a collection of modules for Guile allowing access to the PostgreSQL RDBMS from Scheme programs. The low-level module ‘(database postgres)’ provides an almost one-to-one correspondence with the Po

Guile-PG 0.43 available

2012-04-20 Thread Thien-Thi Nguyen
release notes: Guile-PG ventures out of the 7-bit ghetto! (But venerates geezers PostgreSQL 7.4 and 8.0, fending off punkish Guile \x indignities, pfui!) Note that section 9.6 in the manual sez "[Guile] 2.0 doesn't have this problem", but that is not yet fully confirmed. See the thread