Re: How can I tell guile to shut up? ;)

2016-01-09 Thread Tobias Reithmaier
Hi, what's the status with an --quite Option or -Wfoo Warning-Options?I need to suppress the Warnings like: ;;; note: source file /usr/share/guile/2.0/sxml/ssax/input-parse.scm    

Re: How can I tell guile to shut up? ;)

2011-07-01 Thread Andy Wingo
Hi! Thanks for thinking this through! On Thu 30 Jun 2011 23:27, l...@gnu.org (Ludovic Courtès) writes: Andy Wingo wi...@pobox.com skribis: 4) Our fluids currently have problems with threads: if a thread not spawned by a Guile thread enters Guile, its fluids are bound to #f.

Re: How can I tell guile to shut up? ;)

2011-07-01 Thread Andy Wingo
Hi, On Thu 30 Jun 2011 23:37, l...@gnu.org (Ludovic Courtès) writes: Andy Wingo wi...@pobox.com skribis: After some thinking, the base thing to do is just to add a warning port, and make warnings (non-fatal informative messages) write to that port. I have done this in the attached patches.

Re: How can I tell guile to shut up? ;)

2011-07-01 Thread Ludovic Courtès
Andy Wingo wi...@pobox.com skribis: Basically I appreciate the concerns but have not found a way to solve the whole problem nicely, so I kept it simple. As it seems we agree on the need for higher-level solutions based on a warning port accessible in (guile) and C, I'm going to see about

Re: How can I tell guile to shut up? ;)

2011-07-01 Thread Ludovic Courtès
Hello! Andy Wingo wi...@pobox.com skribis: Third time's the charm, as they say... here's the deal. `with-fluids' is fairly efficient, because its body does not need to be allocated as a closure, but it doesn't provide you any guarantees about the values bound to the fluids. Parameter

Re: How can I tell guile to shut up? ;)

2011-07-01 Thread Andy Wingo
Hi! On Fri 01 Jul 2011 15:04, l...@gnu.org (Ludovic Courtès) writes: Andy Wingo wi...@pobox.com skribis: here's the deal. I think I just read three emails of mine with this phrase in it. Terrible. I promise more syntactic variability in the future. (with-fluids ((%current-input-port

Re: How can I tell guile to shut up? ;)

2011-06-30 Thread Andy Wingo
Hi Andreas, Thanks for looking at the patch! On Thu 30 Jun 2011 03:24, Andreas Rottmann a.rottm...@gmx.at writes: Andy Wingo wi...@pobox.com writes: After some thinking, the base thing to do is just to add a warning port, and make warnings (non-fatal informative messages) write to that

Re: How can I tell guile to shut up? ;)

2011-06-30 Thread Ludovic Courtès
Hi Andy, Andy Wingo wi...@pobox.com skribis: After some thinking, the base thing to do is just to add a warning port, and make warnings (non-fatal informative messages) write to that port. I have done this in the attached patches. Any objections? Ideally I’d preferred to keep

Re: How can I tell guile to shut up? ;)

2011-06-30 Thread Ludovic Courtès
Hi! Andy Wingo wi...@pobox.com skribis: 4) Our fluids currently have problems with threads: if a thread not spawned by a Guile thread enters Guile, its fluids are bound to #f. This should be fixed; in the meantime though we hack around that with the (or ...) clause, which

Re: How can I tell guile to shut up? ;)

2011-06-29 Thread Andreas Rottmann
Andy Wingo wi...@pobox.com writes: After some thinking, the base thing to do is just to add a warning port, and make warnings (non-fatal informative messages) write to that port. I have done this in the attached patches. Any objections? Great thing to do -- this adds quite some flexibility

Re: How can I tell guile to shut up? ;)

2011-06-28 Thread Andy Wingo
Hi, On Thu 31 Mar 2011 13:11, Andy Wingo wi...@pobox.com writes: On Wed 02 Mar 2011 09:22, Juhani Viheräkoski moonsh...@kapsi.fi writes: $ ./test-script ;;; note: source file /home/misty/moonshine/yarg/scripts/./race ;;; newer than compiled

Re: How can I tell guile to shut up? ;)

2011-03-31 Thread Andy Wingo
Hi Juhani, Sorry for the delay in the response! On Wed 02 Mar 2011 09:22, Juhani Viheräkoski moonsh...@kapsi.fi writes: $ ./test-script ;;; note: source file /home/misty/moonshine/yarg/scripts/./race ;;; newer than compiled