guile-devel
[Top][All Lists]
Advanced

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

Re: Odd Behavior


From: Andy Wingo
Subject: Re: Odd Behavior
Date: Mon, 31 Jan 2011 21:12:35 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

On Mon 31 Jan 2011 19:44, Noah Lavine <address@hidden> writes:

> ;;; compiling test.scm
> ;;; WARNING: compilation of test.scm failed:
> ;;; key wrong-type-arg, throw_args (#f "Wrong type to apply: ~S" (#f) (#f))
> hello, world!

Now it does:

    scheme@(guile-user)> (load "/tmp/test.scm")
    ;;; note: autocompilation is enabled, set GUILE_AUTO_COMPILE=0
    ;;;       or pass the --no-autocompile argument to disable.
    ;;; compiling /tmp/test.scm
    ;;; WARNING: compilation of /tmp/test.scm failed:
    ;;; key unbound-variable, throw_args (#f "Unbound variable: ~S" (codegen) 
#f)
    hello, world!

Still ugly, but better.  Thanks for the example.

A
-- 
http://wingolog.org/



reply via email to

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