bug#22833: Bug#816123: guile-2.0-libs: guile-procedures.txt is actually port-dependent

2016-08-08 Thread Rob Browning
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. > >

bug#22833: Bug#816123: guile-2.0-libs: guile-procedures.txt is actually port-dependent

2016-08-08 Thread Rob Browning
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

bug#24186: setlocale can't be localised

2016-08-08 Thread Zefram
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

bug#22905: GUILE_INSTALL_LOCALE produces unavoidable noise

2016-08-08 Thread Zefram
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

bug#18932: [Anand Mohanadoss] symbol printing problem

2016-08-08 Thread Andy Wingo
--- 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

bug#24186: setlocale can't be localised

2016-08-08 Thread Andy Wingo
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

bug#24185: [PATCH] Fix typo about open-pipe

2016-08-08 Thread Andy Wingo
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

bug#24180: [PATCH] Recognize alpha as compilation target

2016-08-08 Thread Andy Wingo
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

bug#22905: GUILE_INSTALL_LOCALE produces unavoidable noise

2016-08-08 Thread Andy Wingo
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

bug#24186: setlocale can't be localised

2016-08-08 Thread Zefram
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

bug#24185: [PATCH] Fix typo about open-pipe

2016-08-08 Thread sirgazil
* 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