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

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

[Octave-bug-tracker] [bug #47837] Segmentation fault with missing warnin


From: Rik
Subject: [Octave-bug-tracker] [bug #47837] Segmentation fault with missing warning state "all"
Date: Tue, 03 May 2016 17:41:42 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #6, bug #47837 (project octave):

Unfortunately, maintaining a list of possible warnings to verify against would
be horribly difficult and almost always out-of-date.  What happens if a
programmer wants to make use of their own special warning ID?  The Octave core
would never know about it and issue a warning.

Matlab might try to finesse the issue by only issuing an error if the warning
ID has not already been used.  What does Matlab do for the following?


warning ('off', 'not-existing')
warning ('query', 'not-existing')




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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