Rob Browning writes:
> Andy Wingo writes:
>
>> Confirmed. I guess we could put this in libdir somehow. I wonder if we
>> shouldn't take advantage of the opportunity to do something more
>> sensible and extensible... the easy thing to do would be to just keep
>> doing the same thing though.
>
>
Andy Wingo writes:
> Confirmed. I guess we could put this in libdir somehow. I wonder if we
> shouldn't take advantage of the opportunity to do something more
> sensible and extensible... the easy thing to do would be to just keep
> doing the same thing though.
I suppose for Debian's guile-2.0
Andy Wingo wrote:
>Firstly, just to make sure that we are getting things right in 2.2 (and
>if not we need to know), would you mind testing with the latest 2.1.x
>release?
Inspection of the 2.1.3 code shows that, like 2.0, it sets the default
port encoding fluid and the encoding of the three curre
Andy Wingo wrote:
>If you would like for me to work on your bugs then I would appreciate it
>if you would keep things constructive. Thanks :)
I'm sorry that that bit came across badly. I do appreciate your efforts.
>Serious question tho: what sort of back-compatibility can there be with
>a Guil
--- Begin Message ---
Hi,
We observed the following with guile 2.0.11 -
scheme@(guile-user)> (define sym '912828S7912810RS)
While reading expression:
ERROR: In procedure string->number: Value out of range: 7912810
Is this expected? Do we need to enable any read-options? If this is
expected, it
Greets :)
Firstly, just to make sure that we are getting things right in 2.2 (and
if not we need to know), would you mind testing with the latest 2.1.x
release?
Also, do you have a concrete program whose behavior you expect to be
different? I appreciate the call-with-locale example but I'm not s
Applied, thanks :)
On Mon 08 Aug 2016 18:04, sirgazil writes:
> * doc/ref/posix.texi (Pipes): Fix typo.
> ---
> doc/ref/posix.texi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/ref/posix.texi b/doc/ref/posix.texi
> index 5ca9402..7383278 100644
> --- a/doc/ref/pos
Applied, cheers :)
On Sun 07 Aug 2016 22:24, James Clarke writes:
> * module/system/base/target.scm (cpu-endianness): Add case for "alpha".
> (triplet-pointer-size): Likewise.
> ---
> module/system/base/target.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/modu
Hello,
On Mon 08 Aug 2016 01:00, Zefram writes:
> Andy Wingo wrote:
>>I believe this is consistent with other programs which call setlocale,
>>notably Perl and Bash.
>
> It is consistent with them, but the fact that others get it wrong isn't
> an excuse.
I would like to let you know that I am w
In Guile 1.8 it was possible to localise the effect of a setlocale
operation, but in Guile 2.0 it's no longer possible by natural use of the
locale API. This loss of a useful facility is either a bug or something
that needs to be discussed in the documentation.
In Guile 1.8 one could perform a te
* doc/ref/posix.texi (Pipes): Fix typo.
---
doc/ref/posix.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/ref/posix.texi b/doc/ref/posix.texi
index 5ca9402..7383278 100644
--- a/doc/ref/posix.texi
+++ b/doc/ref/posix.texi
@@ -2286,7 +2286,7 @@ For an input pipe, the ch
11 matches
Mail list logo