octave-maintainers
[Top][All Lists]
Advanced

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

Re: style for error and warning messages


From: Rik
Subject: Re: style for error and warning messages
Date: Thu, 18 Dec 2014 10:39:53 -0800

On 12/18/2014 09:00 AM, address@hidden wrote:
Subject:
style for error and warning messages
From:
"John W. Eaton" <address@hidden>
Date:
12/18/2014 08:45 AM
To:
address@hidden
List-Post:
<mailto:address@hidden>
Content-Transfer-Encoding:
7bit
Precedence:
list
MIME-Version:
1.0
Message-ID:
<address@hidden>
Content-Type:
text/plain; charset=utf-8; format=flowed
Message:
3

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?


Seems reasonable.

--Rik

reply via email to

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