octave-maintainers
[Top][All Lists]
Advanced

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

style for error and warning messages


From: John W. Eaton
Subject: style for error and warning messages
Date: Thu, 18 Dec 2014 11:45:59 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.2.0

Currently, most of Octave uses a style for error and warning messages that is something like this:

  warning ("nchoosek: possible loss of precision");

but now that error and warning messages display stack trace information by default, having the name of the function as a prefix for the message is redundant. Does anyone object to removing the function name as a prefix to error and warning messages?

jwe



reply via email to

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