254
edits
m (→Release process of Octave 7.1: fix typo) |
m (→Release process of Octave 7.1: minor changes) |
||
Line 13: | Line 13: | ||
*** The <code>:</code>-operator will probably be changed to return an array (instead of a range object) before Octave 7. Not started yet. | *** The <code>:</code>-operator will probably be changed to return an array (instead of a range object) before Octave 7. Not started yet. | ||
** bug {{bug|61813}}: memory management bug when calling MEX that returns an output | ** bug {{bug|61813}}: memory management bug when calling MEX that returns an output | ||
*** @jwe provided an initial changeset. That will also revert to copying | *** @jwe provided an initial changeset. That will also revert to copying data in the .mex interface (less efficient) unless Octave is compiled with C++17 pmr. | ||
** bug {{bug|61821}}: segfault using tree_parameter_list in oct file | ** bug {{bug|61821}}: segfault using tree_parameter_list in oct file | ||
*** Lower priority, only 32-bit (only on Windows?). Probably not a blocker. | *** Lower priority, only 32-bit (only on Windows?). Probably not a blocker. | ||
** bug {{bug|61898}}: subsref: Error when field syntax is used on non-scalar @class object | ** bug {{bug|61898}}: subsref: Error when field syntax is used on non-scalar @class object | ||
Line 20: | Line 20: | ||
** Similar bug {{bug|61843}}: Regression with subscripted assignments with arrays of objects | ** Similar bug {{bug|61843}}: Regression with subscripted assignments with arrays of objects | ||
*** Older regression. | *** Older regression. | ||
** Use suffix for API string when it requires C++17 pmr? | |||
=== Minimum Qt5 version for Octave 8? === | === Minimum Qt5 version for Octave 8? === |