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

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

[Octave-bug-tracker] [bug #38460] Option 'stable' missing from unique()


From: Julien Bect
Subject: [Octave-bug-tracker] [bug #38460] Option 'stable' missing from unique()
Date: Mon, 04 Mar 2013 07:41:25 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:19.0) Gecko/20100101 Firefox/19.0

Follow-up Comment #3, bug #38460 (project octave):

I don't have time to implement 'stable' right now, perhaps later (I have other
bugfixes in my todo list before that one). I will psot a note here if I start
doing it, but if someone else whants to do it first... ;-)

Anyway, I think that my patch *is* a correct bugfix: not for the fact that
'stable' is missing, but for the fact that unique was intended to err out but
didn't, see lines 60--62:


      elseif (optfirst + optlast + optrows != nargin-1)
        error ("unique: invalid option");
      endif


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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