[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #65694] (ga) "test ga" fails with octave 9.x
From: |
Nicholas Jankowski |
Subject: |
[Octave-bug-tracker] [bug #65694] (ga) "test ga" fails with octave 9.x |
Date: |
Mon, 6 May 2024 13:03:24 -0400 (EDT) |
Follow-up Comment #1, bug #65694 (group octave):
that appears to be coming from the use of ** instead of ^, which was removed
in v9:
The following features were deprecated in Octave 7 and have been removed from
Octave 9.
...
- Operators
Operator | Replacement
---------|------------
.+ | +
.+= | +=
.- | -
.-= | -=
** | ^
**= | ^=
.** | .^
.**= | .^=
i replaced those occurrences in my copy of ga.m and then test ga passes.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?65694>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/