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")
>
>
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
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")
[...]
>
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
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