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

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

[Octave-bug-tracker] [bug #51329] nth_element / median function fail wit


From: Carnë Draug
Subject: [Octave-bug-tracker] [bug #51329] nth_element / median function fail with disable_range(true) (or with --traditional)
Date: Thu, 29 Jun 2017 12:04:57 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #24, bug #51329 (project octave):

> Some Matlab code may rely on errors that Octave would allow.

Can you be more specific?  Looking at what the traditional option does

http://hg.savannah.gnu.org/hgweb/octave/file/69a111259a2c/libinterp/corefcn/interpreter.cc#l175

it only disables warnings but not errors. And then it disables
internal optimisations for ranges, diagonal matrices, and permutation
matrices none which would be Matlab errors since they don't exist in
Matlab in the first place.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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