Eli Zaretskii skribis:
>> From: l...@gnu.org (Ludovic Courtès)
>> Cc: guile-devel@gnu.org
>> Date: Wed, 11 Jun 2014 14:37:53 +0200
>>
>> OK, thanks for the explanation.
>>
>> Below is the fix I just pushed.
>> [...]
>> +(define %null-device
>> + ;; On Windows (MinGW), /dev/null does not exist
Eli Zaretskii skribis:
>> From: l...@gnu.org (Ludovic Courtès)
>> Cc: guile-devel@gnu.org
>> Date: Wed, 11 Jun 2014 15:13:58 +0200
[...]
>> > After all these changes, some tests still fail or throw exceptions:
>> >
>> > UNRESOLVED: i18n.test: text collation (French): string-locale-ci=?
>> >
> From: l...@gnu.org (Ludovic Courtès)
> Cc: guile-devel@gnu.org
> Date: Thu, 12 Jun 2014 10:29:24 +0200
>
> >> +(define %null-device
> >> + ;; On Windows (MinGW), /dev/null does not exist and we must instead
> >> + ;; use NUL. Note that file system procedures automatically translate
> >> + ;;
> From: l...@gnu.org (Ludovic Courtès)
> Cc: guile-devel@gnu.org
> Date: Thu, 12 Jun 2014 10:39:08 +0200
>
> > I now know what is the reason for that, and I cannot say that I'm
> > happier: it's libunistring's fault. All these tests call libunistring
> > functions that require the locale's langua
Eli Zaretskii skribis:
>> From: l...@gnu.org (Ludovic Courtès)
>> Cc: guile-devel@gnu.org
>> Date: Thu, 12 Jun 2014 10:29:24 +0200
>>
>> >> +(define %null-device
>> >> + ;; On Windows (MinGW), /dev/null does not exist and we must instead
>> >> + ;; use NUL. Note that file system procedures au
> From: l...@gnu.org (Ludovic Courtès)
> Cc: guile-devel@gnu.org
> Date: Thu, 12 Jun 2014 21:48:48 +0200
>
> >> >> +(define %null-device
> >> >> + ;; On Windows (MinGW), /dev/null does not exist and we must instead
> >> >> + ;; use NUL. Note that file system procedures automatically translate
>
Eli Zaretskii skribis:
>> From: l...@gnu.org (Ludovic Courtès)
>> Cc: guile-devel@gnu.org
>> Date: Thu, 12 Jun 2014 21:48:48 +0200
>>
>> >> >> +(define %null-device
>> >> >> + ;; On Windows (MinGW), /dev/null does not exist and we must instead
>> >> >> + ;; use NUL. Note that file system proc