154
edits
(→Lower-priority issues: Remove fixed entries.) |
(→Issues with basic classdef functionality: updated bug status) |
||
Line 111: | Line 111: | ||
* {{bug|49434}} which returns "built-in function" for classdef m-file | * {{bug|49434}} which returns "built-in function" for classdef m-file | ||
* {{bug|48041}} classdef: `help myclass` messes up `help @myclass/method` | * {{bug|48041}} classdef: `help myclass` messes up `help @myclass/method` | ||
* {{bug|43047}} help() does not see classdef files | * {{bug|43047}} <s>help() does not see classdef files</s> - <em>Report closed</em> | ||
* {{bug|42620}} exist() does not use "class" argument | * {{bug|42620}} exist() does not use "class" argument | ||
* {{bug|53874}} doc_cache_create doesnt handle classdef documentation | * {{bug|53874}} <s>doc_cache_create doesnt handle classdef documentation</s> - <em>Report closed</em> | ||
* {{bug|52096}} meta.class.fromName throws error when class name not found. | * {{bug|52096}} meta.class.fromName throws error when class name not found. | ||
* {{bug|48693}} classdef subsref method is not called with correct nargout value | * {{bug|48693}} classdef subsref method is not called with correct nargout value - <em>Patch submitted, awaiting review</em> | ||
* {{bug|56006}} Object indexing: obj(1).property(end+1:n) - end is interpreted wrong | * {{bug|56006}} Object indexing: obj(1).property(end+1:n) - end is interpreted wrong | ||
* {{bug|55983}} 'x(ix) = []' deletion syntax does not work for objects | * {{bug|55983}} 'x(ix) = []' deletion syntax does not work for objects | ||
* {{bug|55976}} cat, repmat, and reshape don't work for classdef objects | * {{bug|55976}} cat, repmat, and reshape don't work for classdef objects | ||
* {{bug|55961}} properties function does not preserve order | * {{bug|55961}} properties function does not preserve order - <em>Patch submitted, awaiting review</em> | ||
* {{bug|52582}} using static method to initialize property value fails | * {{bug|52582}} using static method to initialize property value fails | ||
* {{bug|45833}} support load/save of classdef objects | * {{bug|45833}} support load/save of classdef objects | ||
* {{bug|60729}} print_usage within classdef constructor breaks subsequent calls to the class | |||
==== Classdef and +package directories ==== | ==== Classdef and +package directories ==== |
edits