255
edits
Line 144: | Line 144: | ||
=== Open Bug Reports for Issues not Described Above === | === Open Bug Reports for Issues not Described Above === | ||
Issues with basic classdef functionality | ==== Issues with basic classdef functionality ==== | ||
* [https://savannah.gnu.org/bugs/?51659 51659] Calling 'methods' on self causes syntax error | * [https://savannah.gnu.org/bugs/?51659 51659] Calling 'methods' on self causes syntax error | ||
Line 164: | Line 164: | ||
* [https://savannah.gnu.org/bugs/?52582 52582] using static method to initialize property value fails | * [https://savannah.gnu.org/bugs/?52582 52582] using static method to initialize property value fails | ||
Classdef and +package directories | ==== Classdef and +package directories ==== | ||
* [https://savannah.gnu.org/bugs/?54941 54941] interpreter cannot find methods in files of classdefs in packages | * [https://savannah.gnu.org/bugs/?54941 54941] interpreter cannot find methods in files of classdefs in packages | ||
Arrays of classdef objects | ==== Arrays of classdef objects ==== | ||
* [https://savannah.gnu.org/bugs/?47755 47755] Access to object arrays | * [https://savannah.gnu.org/bugs/?47755 47755] Access to object arrays | ||
* [https://savannah.gnu.org/bugs/?47241 47241] classdef: assigning property of handle object in object array constructs new object | * [https://savannah.gnu.org/bugs/?47241 47241] classdef: assigning property of handle object in object array constructs new object | ||
Debugger (fixes for these are in progress) | ==== Debugger (fixes for these are in progress) ==== | ||
* [https://savannah.gnu.org/bugs/?46451 46451] unable to set breakpoints within classdef classes | * [https://savannah.gnu.org/bugs/?46451 46451] unable to set breakpoints within classdef classes | ||
* [https://savannah.gnu.org/bugs/?45404 45404] Breakpoints cannot be set in classdef methods or +package function files | * [https://savannah.gnu.org/bugs/?45404 45404] Breakpoints cannot be set in classdef methods or +package function files | ||
Lower-priority issues | ==== Lower-priority issues ==== | ||
* [https://savannah.gnu.org/bugs/?55488 55488] Invalid use of colon char as classdef function's argument when subsref is overwritten | * [https://savannah.gnu.org/bugs/?55488 55488] Invalid use of colon char as classdef function's argument when subsref is overwritten | ||
Line 198: | Line 198: | ||
* [https://savannah.gnu.org/bugs/?55767 55767] classdef property should not be the same as classdef name (at least for Matlab compatibility) | * [https://savannah.gnu.org/bugs/?55767 55767] classdef property should not be the same as classdef name (at least for Matlab compatibility) | ||
Documentation | ==== Documentation ==== | ||
* [https://savannah.gnu.org/bugs/?50729 50729] Improve OOP documentation | * [https://savannah.gnu.org/bugs/?50729 50729] Improve OOP documentation |