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

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

[Octave-bug-tracker] [bug #53681] invalid conversion from lazy_index to


From: Rik
Subject: [Octave-bug-tracker] [bug #53681] invalid conversion from lazy_index to int32
Date: Tue, 17 Apr 2018 15:00:09 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Update of bug #53681 (project octave):

                Category:         Octave Function => Interpreter            

    _______________________________________________________

Follow-up Comment #2:

Confirmed.  It is a regression from 4.0.3 where this works:


xv = 0:0.01:20; int32(find(xv<0.05))
ans =

  1  2  3  4  5


In 4.2.0 it is already broken.


xv = 0:0.01:20; int32(find(xv<0.05))
error: invalid conversion from lazy_index to int32




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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