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

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

[Octave-bug-tracker] [bug #61132] Colon operator fails for int64 and uin


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #61132] Colon operator fails for int64 and uint64
Date: Tue, 14 Sep 2021 14:35:43 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

Update of bug #61132 (project octave):

                  Status:                   Fixed => In Progress            
             Open/Closed:                  Closed => Open                   

    _______________________________________________________

Follow-up Comment #5:

Oops again.  When I recently added integer ranges, I made the mistake of
assuming that we could check for type compatibility (integers of the same type
possibly mixed with doubles) and then if we have an integer range (integer
operands possibly mixed with integer values stored as doubles), we could
convert all the operands to the single integer type.  I completely forgot
about the possibility of something like


lo = uint8 (10);
hi = uint8 (20);
hi:-1:lo


I'll take another look at that since I think it should be valid.

Reopening as "in progress". 

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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