bug-guile
[Top][All Lists]
Advanced

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

Re: [bug #32243] guile-tools errors if PROGRAM can't be found


From: Andy Wingo
Subject: Re: [bug #32243] guile-tools errors if PROGRAM can't be found
Date: Thu, 10 Feb 2011 12:19:15 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

On Thu 03 Feb 2011 22:21, Mark Harig <address@hidden> writes:

> [~]$ guile-tools doc-snarf -l

This is now fixed in git.  getopt-long used to throw to misc-error, and
then rely on the default exception printer.  Now instead it does its own
printing, and calls `(exit 1)'.  That will throw to `quit', which does
not cause a backtrace.

Current output is:

    $ guile-tools doc-snarf -l
    doc-snarf: option must be specified with argument: --lang

Terse, but better.

Thanks for the report,

Andy
-- 
http://wingolog.org/



reply via email to

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