octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #48194] lastwarn and lasterr produce wrong out


From: Rik
Subject: [Octave-bug-tracker] [bug #48194] lastwarn and lasterr produce wrong outputs
Date: Fri, 10 Jun 2016 16:20:12 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #2, bug #48194 (project octave):

Mike is correct.  All warning and error IDs must contain a colon.  We are
Matlab compatible on this point:


Identifier for the error, specified as a string. Use the error identifier to
help identify the source of the error or to control a selected subset of the
errors in your program.

The error identifier includes a component and mnemonic. The identifier must
always contain a colon and follows this simple format: component:mnemonic. The
component and mnemonic fields must each begin with a letter. The remaining
characters can be alphanumerics (A–Z, a–z, 0–9) and underscores. No
whitespace characters can appear anywhere in msgID. For more information, see
Message Identifiers.

Example: 'MATLAB:singularMatrix'

Example: 'MATLAB:narginchk:notEnoughInputs'




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?48194>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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