Re: [Guile-commits] GNU Guile branch, string_abstraction2, updated. 823e444052817ee120d87a3575acb4f767f17475

2009-05-25 Thread Mike Gran
On Tue, 2009-05-26 at 00:22 +0200, Ludovic Courtès wrote: > Hello, > > Just a bit of cosmetic nitpicking: > > > * test-suite/tests/encoding_utf8.test: new > > Please use hyphens instead of underscores in file names, for > consistency. OK > > > +(setlocale LC_ALL "en_US.utf8") > >

Re: Automated mingw32 build

2009-05-25 Thread Ludovic Courtès
Hello, Neil Jerram writes: > FYI I've added a mingw32 compile to my automatic overnight builds, > with output going to http://www.ossau.uklinux.net/guile/snapshots. Cool! Maybe you could email the output to `gu...@autobuild.josefsson.org' so that it shows up at http://autobuild.josefsson.org/g

Re: [Guile-commits] GNU Guile branch, string_abstraction2, updated. 823e444052817ee120d87a3575acb4f767f17475

2009-05-25 Thread Ludovic Courtès
Hello, "Michael Gran" writes: > add tests for encoding/decoding wide strings Nice! Just a bit of cosmetic nitpicking: > * test-suite/tests/encoding_utf8.test: new Please use hyphens instead of underscores in file names, for consistency. > +(setlocale LC_ALL "en_US.utf8") [...] >

Re: srfi-18 and the vm

2009-05-25 Thread Neil Jerram
l...@gnu.org (Ludovic Courtès) writes: > Hello, > > Andy Wingo writes: > >> For loading uncompiled scripts, things will be slower, unless your >> modules #:use-syntax some other transformer. I don't know where the >> tradeoff is between the increased expansion speed due to compilation and >> slow

Automated mingw32 build

2009-05-25 Thread Neil Jerram
FYI I've added a mingw32 compile to my automatic overnight builds, with output going to http://www.ossau.uklinux.net/guile/snapshots. Currently it fails with the first of the issues reported by Sylvain Beucler several months ago. I hope shortly to work through those. Regards, Neil