seem to load the new modules.
thanks,
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/
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
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
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
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
>
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
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