bugGNU Octave - Bugs: bug #46652, whos bytes property not right for...

 
 

bug #46652: whos bytes property not right for classdef classes

Submitter:  Ceral Paquet <octavebugs>
Submitted:  Thu 10 Dec 2015 12:43:50 PM UTC
   
 
Category:  Interpreter Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Duplicate 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 11 Mar 2019 08:36:58 PM UTC, comment #2: 

Closing as a duplicate of bug #55810.

This bug is still present, and has been reported more recently as bug #55810. There is more discussion there, so closing this as a duplicate.

Mike Miller <mtmiller>
Group Member
Thu 10 Dec 2015 04:36:26 PM UTC, comment #1: 

Confirmed for classdef classes. Old @-style classes do show the size of the class in bytes correctly.

Classdef support is an ongoing work in progress. Please consider consulting the wiki page for limitations of classdef, and add this item to the page if not already there:

http://wiki.octave.org/Classdef

Mike Miller <mtmiller>
Group Member
Thu 10 Dec 2015 12:43:50 PM UTC, original submission:  

The bytes property does not seem to be calculated for class objects.


octave:1> q = myclass;
octave:2> whos('q')
Variables in the current scope:

   Attr Name        Size                     Bytes  Class
   ==== ====        ====                     =====  =====
        q           1x1                          0  myclass

Total is 1 element using 0 bytes

octave:3> w = whos('q');
octave:4> w.bytes
ans = 0


--------------------------
myclass.m

classdef myclass

properties
    A=randn(5000);
end
end


Ceral Paquet <octavebugs>

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Digest:
   bug dependencies.

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by octavebugs (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 10 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2019-03-11 mtmiller StatusConfirmed Duplicate
        Open/ClosedOpen Closed
        Dependencies- Depends on bugs #55810
    2019-03-11 mtmiller Carbon-CopyRemoved 80942 -
    2015-12-10 mtmiller StatusNone Confirmed
        Release4.0.0 dev
        Operating SystemGNU/Linux Any
        Summarywhos bytes property not right for class whos bytes property not right for classdef classes
    2015-12-10 mtmiller CategoryNone Interpreter
        Item GroupNone Incorrect Result

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code