Re: ECMAScript support broken?

2011-01-03 Thread Kan-Ru Chen
Hi, Noah Lavine noah.b.lav...@gmail.com writes: Hi all, I looked at this. For the first error, I think the bug is in (language ecmascript compile-tree-il), where the file around line 369 says: ((object . ,args) (@impl new-object (map (lambda (x)

Re: ECMAScript support broken?

2011-01-03 Thread Kan-Ru Chen
Noah Lavine noah.b.lav...@gmail.com writes: Hello again, Second problem solved as well. The attached patch fixes both issues. Anything else you notice being wrong with ecmascript? (I mean our implementation of it, of course ...) Hi, I got the same answer (previous mail), I should check

Re: trying to make fmt work under guile

2011-01-03 Thread Andreas Rottmann
Stefan Israelsson Tampe stefan.ita...@gmail.com writes: Hi, I'm trying to package the fmt library. Note that there's already an R6RS adaption of fmt as part of the Wak project [0], which works under Guile 1.9.x. Note that the test suite (tests/fmt.sps) doesn't work with Guile (yet), since

Re: trying to make fmt work under guile

2011-01-03 Thread Stefan Israelsson Tampe
First of all, thanks for the answer :-) On Monday, January 03, 2011 07:03:28 pm Andreas Rottmann wrote: Stefan Israelsson Tampe stefan.ita...@gmail.com writes: Hi, I'm trying to package the fmt library. Note that there's already an R6RS adaption of fmt as part of the Wak project [0],

Re: Unicode I/O

2011-01-03 Thread Ludovic Courtès
Hello Guilers, and Happy New Year! :-) My resolution for the beginning of this year is to address this: Guile currently uses libunistring’s ‘u32_conv_from_encoding’ when reading text from an input port whose encoding isn’t Latin-1 (similarly when writing to output ports.) An issue with

Re: ECMAScript support broken?

2011-01-03 Thread Ludovic Courtès
Hello Noah happy new year! Thanks for the patch! Can you resend it with a proper ChangeLog-style log and a corresponding test in ecmascript.test? That would be great. :-) Ludo’.