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

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

[Octave-bug-tracker] [bug #47908] Octave:classdef-to-struct not shown by


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #47908] Octave:classdef-to-struct not shown by warning_ids.m
Date: Thu, 12 May 2016 22:39:10 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:44.0) Gecko/20100101 Firefox/44.0 Iceweasel/44.0

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

We would eventually like to have most, if not all, warnings associated with an
ID.  Then I don't know that it will make sense for all of them to be listed in
a single linear list.

Anyone can make up warning IDs for warnings in their own functions, so I don't
think it is possible to have a complete list.

The usual thing to do is not worry about warning IDs until you actually run
across a warning that you'd prefer to disable instead of fixing the code to
avoid it.  Then you can use


[msg, id] = lastwarn ();


to find out the ID associated with the warning message.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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