getting started with guile dev

2016-06-21 Thread Tobin Harding
seem to load the new modules. thanks, Tobin Harding.

compiler messages

2016-06-30 Thread Tobin Harding
Request for advice as to whether to submit patch? I have hacked together a patch to quieten down the compiler when loading a file at the REPL (when using --auto-compile). I found one thread discussing this, but with no apparent solution or decision. https://lists.gnu.org/archive/html/guile-user/

Re: compiler messages

2016-07-07 Thread Tobin Harding
On Thu, Jul 07, 2016 at 12:25:03PM +0200, Andy Wingo wrote: > 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. I've left the o

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 o

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: add command line option to quiet compiler messages

2016-07-19 Thread Tobin Harding
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 boot-9.scm). Each file contains identical >

Re: add command line option to quiet compiler messages

2016-07-20 Thread Tobin Harding
On Thu, Jul 14, 2016 at 12:01:10PM +0200, Andy Wingo wrote: > Incidentally this change will need a documentation update as well. I forgot the documentation in the last email. Excuse my git noob'ness but git is telling me that doc/ref is excluded by .gitignore, however the only two entries (refer

Re: add command line option to quiet compiler messages

2016-07-26 Thread Tobin Harding
Patch Version 3 On Sat, Jul 23, 2016 at 12:29:41PM +0200, Andy Wingo wrote: > 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: ... > >> Plea