bugGNU Octave - Bugs: bug #60938, Classdef objects now referred to...

 
 

bug #60938: Classdef objects now referred to as "m_object" by interpreter

Submitter:  Rik <rik5>
Submitted:  Mon 19 Jul 2021 12:19:11 AM UTC
   
 
Category:  Interpreter Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Regression
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 19 Jul 2021 02:50:08 PM UTC, comment #1: 

I pushed this changeset:

http://hg.savannah.gnu.org/hgweb/octave/rev/421e4913d8a4

Closing as fixed.

John W. Eaton <jwe>
Group administrator
Mon 19 Jul 2021 12:19:11 AM UTC, original submission:  

This is a regression from Octave 6.3.0.

See the attached clasdef code tstclass.m


classdef tstclass

  properties
    prop1
    prop2
    prop3
  endproperties

endclassdef


Now, create an object of this class:


octave:2> obj = tstclass
obj =

  tstclass m_object with properties:

      prop1: [0x0 double]
      prop2: [0x0 double]
      prop3: [0x0 double]


The interpreter should display


  tstclass object with properties:


At least, this is what it does for version 6.3.0.

Rik <rik5>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by jwe (Posted a comment)
  • -email is unavailable- added by rik5 (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2021-07-19 jwe StatusConfirmed Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code