Classdef: Difference between revisions

234 bytes removed ,  23 January
(3 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 applied, Ready for Test</em>
* {{bug|48693}} classdef subsref method is not called with correct nargout value - <em>Patch applied, Ready for Test</em>
Line 139: 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