Master- patch - Fixing GUILE_PROGS wrong versioning checks

2016-06-25 Thread David Pirotte
Hello, Attached. Note that the fix might be 'too strong': GUILE_PROG[2.x] will accept Guile 3.x versions ... I'm not sure about this :) feel free to update this patch in case we don't want that... Cheers, David From 2d1593a6f9c7fc5f1636f9695e8685fcc6334cfd Mon Sep 17 00:00:00 2001 From: David P

Re: bug#16357: insufficient print abbreviation in error messages

2016-06-25 Thread Mark H Weaver
Andy Wingo writes: > On Thu 23 Jun 2016 18:57, Mark H Weaver writes: > >> Andy Wingo writes: >>> Or, we could use print states. But print states are not so great and >>> ideally we would remove them eventually. >> >> We will need print states, or something like them, to support writing >> cycl

Re: Master - Do not track html, tmp and some test-suite files

2016-06-25 Thread David Pirotte
Hello Andy, > > Note that make check leaves the following toplevel file [a symlink to > > itself] > > behind: > > > > filesys-test-link.tmp > I have seen this and I don't know why this is, and I would prefer to fix > it rather than ignoring it. Ok, as I said I did not look at the test-sui

Re: Stable-2.0 - patch - Do not track html dirs and files

2016-06-25 Thread David Pirotte
Hello Andy, > > diff --git a/.gitignore b/.gitignore > > index 3deeab2..bce9756 100644 > > --- a/.gitignore > > +++ b/.gitignore > > @@ -13,6 +13,7 @@ config.status > > config.log > > config.h > > *.doc > > +*.html > > *.x > > *.lo > > *.la > Can you make it more specific please? I.e. do

Re: bug#15228: [PATCH] Close output port of I/O pipes

2016-06-25 Thread Josep Portella Florit
> I dunno how much we should push this "processes are a single port" > abstraction. In many ways for OPEN_BOTH pipes it's easier to deal with > an input and an output port and a PID instead of the pipe abstraction. > WDYT? We could just expose `open-process' from (ice-9 popen) to start > with. I

Re: bug#15228: [PATCH] Close output port of I/O pipes

2016-06-25 Thread Andy Wingo
On Sat 25 Jun 2016 15:51, Josep Portella Florit writes: >> I dunno how much we should push this "processes are a single port" >> abstraction. In many ways for OPEN_BOTH pipes it's easier to deal with >> an input and an output port and a PID instead of the pipe abstraction. >> WDYT? We could jus

Re: Support open-process and friends on MS-Windows

2016-06-25 Thread Eli Zaretskii
> From: Andy Wingo > Cc: l...@gnu.org (Ludovic Courtès), guile-devel@gnu.org > Date: Sat, 25 Jun 2016 16:43:34 +0200 > > > @@ -659,7 +663,7 @@ SCM_DEFINE (scm_kill, "kill", 2, 0, 0, > > #else > >/* Mingw has raise(), but not kill(). (Other raw DOS environments might > > be similar.)

Re: Support open-process and friends on MS-Windows

2016-06-25 Thread Andy Wingo
On Sat 25 Jun 2016 15:31, Eli Zaretskii writes: > [Please disregard the previous patch and use this one instead.] Thanks for the updates. I have a couple of additional nits, having applied and built the patch. > @@ -659,7 +663,7 @@ SCM_DEFINE (scm_kill, "kill", 2, 0, 0, > #else >/* Mingw

Re: Support open-process and friends on MS-Windows

2016-06-25 Thread Eli Zaretskii
[Please disregard the previous patch and use this one instead.] > From: l...@gnu.org (Ludovic Courtès) > Cc: Andy Wingo , guile-devel@gnu.org > Date: Sat, 25 Jun 2016 15:02:42 +0200 > > >> Great! I have two nits. One, if it is possible for you, please attach > >> the patch in the format that "

Re: Support open-process and friends on MS-Windows

2016-06-25 Thread Eli Zaretskii
> From: l...@gnu.org (Ludovic Courtès) > Cc: Andy Wingo , guile-devel@gnu.org > Date: Sat, 25 Jun 2016 15:02:42 +0200 > > >> Great! I have two nits. One, if it is possible for you, please attach > >> the patch in the format that "git format-patch" makes. That makes it > >> easy to apply, other

Re: Support open-process and friends on MS-Windows

2016-06-25 Thread Ludovic Courtès
Eli Zaretskii skribis: >> From: Andy Wingo >> Cc: l...@gnu.org, guile-devel@gnu.org >> Date: Sat, 25 Jun 2016 11:51:53 +0200 >> >> On Sat 25 Jun 2016 11:11, Eli Zaretskii writes: >> >> > Here's the modified patch with the couple of changes requested in >> > response to the previous version:

Re: Support open-process and friends on MS-Windows

2016-06-25 Thread Eli Zaretskii
> From: Andy Wingo > Cc: l...@gnu.org, guile-devel@gnu.org > Date: Sat, 25 Jun 2016 11:51:53 +0200 > > On Sat 25 Jun 2016 11:11, Eli Zaretskii writes: > > > Here's the modified patch with the couple of changes requested in > > response to the previous version: > > Great! I have two nits. On

Re: Support open-process and friends on MS-Windows

2016-06-25 Thread Andy Wingo
On Sat 25 Jun 2016 11:11, Eli Zaretskii writes: > Here's the modified patch with the couple of changes requested in > response to the previous version: Great! I have two nits. One, if it is possible for you, please attach the patch in the format that "git format-patch" makes. That makes it ea

Re: Master - Do not track html, tmp and some test-suite files

2016-06-25 Thread Andy Wingo
On Sat 25 Jun 2016 04:40, David Pirotte writes: > Note that make check leaves the following toplevel file [a symlink to itself] > behind: > > filesys-test-link.tmp I have seen this and I don't know why this is, and I would prefer to fix it rather than ignoring it. > config.log > config

Re: Stable-2.0 - patch - Do not track html dirs and files

2016-06-25 Thread Andy Wingo
On Sat 25 Jun 2016 04:08, David Pirotte writes: > diff --git a/.gitignore b/.gitignore > index 3deeab2..bce9756 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -13,6 +13,7 @@ config.status > config.log > config.h > *.doc > +*.html > *.x > *.lo > *.la Can you make it more specific please?

reviewer for time-related bugs (srfi-19)

2016-06-25 Thread Andy Wingo
Thanks, that's great :) For this and the other time-related bugs it sounds like you know what you're doing but I would like someone to check the work just to make sure we're not introducing new errors. To that end, I ask guile-devel, in this top-post so that people will see it :), for a volunteer

Re: Support open-process and friends on MS-Windows

2016-06-25 Thread Eli Zaretskii
Here's the modified patch with the couple of changes requested in response to the previous version: Author: Eli Zaretskii Date: Fri Jun 25 12:10:34 2016 +0300 Provide support for open-process and related functions on MS-Windows * libguile/w32-proc.c: New file, with MinGW support code