bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#9857: starting repl from C broken


From: Andy Wingo
Subject: bug#9857: starting repl from C broken
Date: Wed, 16 Nov 2011 19:44:49 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)

On Mon 24 Oct 2011 13:29, Tristan Colgate <address@hidden> writes:

> Hi,
>
> The folliowing fails for me on current master:
>
> #include <libguile.h>
>
> static void
> inner_main (void *closure, int argc, char **argv)
> {
>  scm_c_use_module("system repl repl");
>  scm_c_eval_string("(start-repl)");
> }
>

Sorry we didn't get this in time for 2.0.3.  It is now fixed on
stable-2.0, I think.

Andy
-- 
http://wingolog.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]