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

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

[Octave-bug-tracker] [bug #61029] isequal not implemented for JVM argume


From: anonymous
Subject: [Octave-bug-tracker] [bug #61029] isequal not implemented for JVM arguments
Date: Wed, 11 Aug 2021 10:56:58 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:90.0) Gecko/20100101 Firefox/90.0

URL:
  <https://savannah.gnu.org/bugs/?61029>

                 Summary: isequal not implemented for JVM arguments
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Wed 11 Aug 2021 02:56:56 PM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error or Warning
                  Status: None
             Assigned to: None
         Originator Name: Denis Rosset
        Originator Email: physics@denisrosset.com
             Open/Closed: Open
                 Release: 6.3.0
         Discussion Lock: Any
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The following fails with a "error: isequal: Impossible to reach code.  File a
bug report." message.


x = javaObject('java.math.BigInteger', '1');
y = javaObject('java.math.BigInteger', '2');
isequal(x, y)






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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