Re: add command line option to quiet compiler messages

2016-07-26 Thread Tobin Harding
cm_puts (" compiled ", scm_current_warning_port ()); + scm_display (res, scm_current_warning_port ()); + scm_newline (scm_current_warning_port ()); + } return res; } else @@ -1349,6 +1358,8 @@ scm_init_load () = SCM_VARIABLE_LOC (scm_c_define (&qu

Re: add command line option to quiet compiler messages

2016-07-23 Thread Andy Wingo
Hi :) On Wed 20 Jul 2016 08:41, Tobin Harding writes: > On Thu, Jul 14, 2016 at 12:01:10PM +0200, Andy Wingo wrote: >> On Wed 13 Jul 2016 06:08, Tobin Harding writes: >> >> > While working on this I discovered that compile messages are output from >> > two >> > separate places (load.c and boo

Re: add command line option to quiet compiler messages

2016-07-20 Thread Tobin Harding
entries (referencing doc/) in .gitignore are /doc/ref/standard-library.texi /doc/ref/standard-libraryscmfiles The docs came down with git clone so obviously they are known to git somehow? I roughed up a document addition, is this the sort of thing you would like -- Scheme Variable: %verbose-

Re: add command line option to quiet compiler messages

2016-07-19 Thread Tobin Harding
@ do_try_auto_compile (void *data) /* Assume `*current-warning-prefix*' has an appropriate value. */ res = scm_call_n (scm_variable_ref (compile_file), args, 5); - scm_puts (" compiled ", scm_current_warning_port ()); - scm_display (res, scm_current_warning_p

Re: add command line option to quiet compiler messages

2016-07-14 Thread Andy Wingo
Hi :) Thanks for the patch! On Wed 13 Jul 2016 06:08, Tobin Harding writes: > While working on this I discovered that compile messages are output from two > separate places (load.c and boot-9.scm). Each file contains identical strings > for the messages. This goes against the rule of SPOT. Sad

add command line option to quiet compiler messages

2016-07-12 Thread Tobin Harding
Patch adds command line option '--quiet' to inhibit compile and load messages. --- This is version 2. Submitting this patch on a new email thread. While working on this I discovered that compile messages are output from two separate places (load.c and boot-9.scm). Each file contains identical st

Re: compiler messages

2016-07-11 Thread Andy Wingo
On Tue 12 Jul 2016 02:08, Tobin Harding writes: > On Mon, Jul 11, 2016 at 06:29:43PM +0200, Andy Wingo wrote: >> On Thu 07 Jul 2016 14:52, Tobin Harding writes: >> >> > I have two issues with this patch after developing with a patched Guile >> > for a >> > week or so. First is that I have not

Re: compiler messages

2016-07-11 Thread Tobin Harding
On Mon, Jul 11, 2016 at 06:29:43PM +0200, Andy Wingo wrote: > On Thu 07 Jul 2016 14:52, Tobin Harding writes: > > > I have two issues with this patch after developing with a patched Guile for > > a > > week or so. First is that I have not been able to pass command line options > > to > > Guile

Re: compiler messages

2016-07-11 Thread Andy Wingo
On Thu 07 Jul 2016 14:52, Tobin Harding writes: > I have two issues with this patch after developing with a patched Guile for a > week or so. First is that I have not been able to pass command line options to > Guile while using Geiser, my workaround has been setting the variable > %quiet-compile

Re: compiler messages

2016-07-07 Thread Tobin Harding
ption name as I originally wrote it, not to ignore you Andy but simply to get any other feed back on the patch then I will re-submit it. The option --with-compiler-messages is redundant (since its the default behaviour). I added it to be inline with --auto-compile/--no-auto-compile. I have two is

Re: compiler messages

2016-07-07 Thread Andy Wingo
On Thu 30 Jun 2016 12:57, Tobin Harding writes: > Request for advice as to whether to submit patch? Sure, please do. I guess --quiet is the name that is most often asked for. Andy

compiler messages

2016-06-30 Thread Tobin Harding
/2011-03/msg00079.html Patch adds command line option --without-compiler-messages. This option inhibits the messages ;;; note: source file /home/tobin/build/scheme/test.scm ;;; newer than compiled /home/tobin/.cache/guile/ccache/2.2-LE-8-3.8/home/tobin/build/scheme/test.scm.go ;;; compiling