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 11:47:45 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

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

The idea of the traditional option seems to be to make Octave more
similar to Matlab by disabling a set of features (you can see what
features get disabled and variables set in maximum_braindamage
function):

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

Then this means that we can't use such Octave features at all in the
whole Octave, or that we need to always code alternative for when said
features are disabled.  I'm not sure if that's the way to go, it seems
more work for no good reason.

I would rather just remove the traditional option.  Alternatively,
change the option to only set some style variables and to not disable
any feature.

The previous name for the traditional option (braindamage) was maybe
more fitting since you mainly set Octave to have less features.

    _______________________________________________________

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]