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

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

[Octave-bug-tracker] [bug #61753] Changing assert to panic_impossible


From: Rik
Subject: [Octave-bug-tracker] [bug #61753] Changing assert to panic_impossible
Date: Tue, 8 Feb 2022 01:09:19 -0500 (EST)

Follow-up Comment #17, bug #61753 (project octave):

I pushed the changeset for libinterp here:
http://hg.savannah.gnu.org/hgweb/octave/rev/08b08b7f05b2.

I think on liboctave/ we need to determine whether the statements are checking
for impossible conditions, rather than input validation, that really are only
relevant while debugging liboctave.  If that is the case then for final
compilation of liboctave we could set the macro NDEBUG during compilation and
thereby remove all of the instances without recoding.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?61753>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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