guile-devel
[Top][All Lists]
Advanced

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

Re: [FEATURE REQUEST] Add a hook to print warning message prefix string


From: Wette, Matthew R (3441)
Subject: Re: [FEATURE REQUEST] Add a hook to print warning message prefix string
Date: Fri, 18 Mar 2016 13:10:45 +0000

> On Mar 18, 2016, at 12:38 AM, Nala Ginrut <address@hidden> wrote:
[…]
> So my suggestion is that we add a helper function to customize the
> warning message prefix string to make sure it's compatible for the
> specific language frontend.
> 
> This feature is useful for our multi-lang plan in the future.
> 
> Say, for Lua, like this:
> 
> (set-warning-prefix! "---")
> ==============================start====================
> --- note: source file ./language/lua/stdlib/io.scm
> ---       newer than
> compiled 
> /home/nalaginrut/.cache/guile/ccache/2.2-LE-8-3.7/home/nalaginrut/Project/guile-lua-rebirth/language/lua/stdlib/io.scm.go
> --- note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
> ---       or pass the --no-auto-compile argument to disable.
> --- compiling ./language/lua/stdlib/io.scm
> ===============================end=====================
> 
> What do you think?

What about a command line option to eliminate the message all together.

Matt


reply via email to

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