Classdef: Difference between revisions

Jump to navigation Jump to search
180 bytes removed ,  23 January
(5 intermediate revisions by the same user not shown)
Line 109: Line 109:
* {{bug|51659}} Calling 'methods' on self causes syntax error
* {{bug|51659}} Calling 'methods' on self causes syntax error
* {{bug|48682}} print_usage fails within classdef block
* {{bug|48682}} print_usage fails within classdef block
* {{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}} <s>help() does not see classdef files</s> - <em>Report closed</em>
* {{bug|42620}} exist() does not use "class" argument
* {{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 - <em>Patch submitted, awaiting review</em>
* {{bug|48693}} classdef subsref method is not called with correct nargout value - <em>Patch applied, Ready for Test</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
Line 124: Line 120:
* {{bug|60729}} print_usage within classdef constructor breaks subsequent calls to the class
* {{bug|60729}} print_usage within classdef constructor breaks subsequent calls to the class
* {{bug|61676}} Assigning classdef objects to other types does not call converter methods
* {{bug|61676}} Assigning classdef objects to other types does not call converter methods
* {{bug|63841}} nargout is always 1 for classdef methods


==== Classdef and +package directories ====
==== Classdef and +package directories ====
Line 138: Line 135:
==== Debugger (fixes for these are in progress) ====
==== Debugger (fixes for these are in progress) ====


* {{bug|46451}} unable to set breakpoints within classdef classes
* {{bug|46451}} unable to set breakpoints within classdef classes - <em> Patch applied, Ready for Test </em>
* {{bug|45404}} Breakpoints cannot be set in classdef methods or +package function files
* {{bug|45404}} <s>Breakpoints cannot be set in classdef methods or +package function files</s> - <em>Report closed</em>


==== Lower-priority issues ====
==== Lower-priority issues ====
153

edits

Navigation menu