Re: Guile 2.2 TODO

2013-10-03 Thread Andy Wingo
Hi, On Sun 01 Sep 2013 13:03, Andy Wingo writes: > * Source information. > > The plan here would be to use DWARF. We don't use DWARF yet, so there > are a few parts of this. > > - Add a DWARF parser; see the wip-dwarf branch for that. > > - Emit debugging info entries (DIEs) for each func

[PATCH] allow specifying a required version in GUILE_PROGS

2013-10-03 Thread Aleix Conchillo FlaquƩ
The following patch allows to specify a required Guile version in GUILE_PROGS. By default, it requires >= 2.0. The following works: GUILE_PROGS([2.0]) GUILE_PROGS([2.0.9]) It also works with 1.8. I am not an expert on m4 macros. I've used "cut" instead of m4_bregexp. I tried it but couldn't get

Re: [PATCH] Add read-wrapper REPL option

2013-10-03 Thread David Thompson
On 09/29/2013 06:10 PM, David Thompson wrote: > Guile-2D needs a REPL that runs within its event loop without blocking > when reading user input. Mark Weaver has helped me add a new REPL > option, read-wrapper, that can be used by Guile-2D to push the read > operation into another thread while the

Re: [Guile-commits] GNU Guile branch, master, updated. v2.1.0-213-gb43e81d

2013-10-03 Thread Mark H Weaver
Hi Andy, "Andy Wingo" writes: > diff --git a/libguile/programs.c b/libguile/programs.c > index 37130d0..5039d2a 100644 > --- a/libguile/programs.c > +++ b/libguile/programs.c > @@ -297,7 +297,7 @@ SCM_DEFINE (scm_program_bindings, "program-bindings", 1, > 0, 0, > } > #undef FUNC_NAME > > -S