bugGNU Octave - Bugs: bug #50591, display of class objects if...

 
 

bug #50591: display of class objects if assigned.

Submitter:  Ernst Reissner <ernstreissner>
Submitted:  Mon 20 Mar 2017 11:55:02 AM UTC
   
 
Category:  Interpreter Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Duplicate Assigned to:  None
Originator Name:  ernstreissner Open/Closed:  * Closed
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 29 Mar 2017 09:06:16 AM UTC, comment #4: 

yes, seems as if it were the same. You can close this one.
Thank you.

Ernst Reissner <ernstreissner>
Tue 28 Mar 2017 09:59:59 PM UTC, comment #3: 

I think this bug and bug #50640 are the same thing.  There is much more traffic on that bug report so I have marked this bug as a duplicate of that one.

Rik <rik5>
Group administrator
Mon 20 Mar 2017 09:58:10 PM UTC, comment #2: 

Ah, ok thank you.. I cannot change the version now, can I??

Ernst Reissner <ernstreissner>
Mon 20 Mar 2017 09:43:57 PM UTC, comment #1: 

The version 4.3.0+ simply means the development version listed as "dev" in the dropdown box for Release.

Rik <rik5>
Group administrator
Mon 20 Mar 2017 11:55:02 AM UTC, original submission:  

I wrote an arithmetics for octave in java.
This is wrapped in octave objects of class pn (polymorphic numbers)
E.g. pn(3.4) yields a number with value 3.4.
If i just write pn(3.4) (without ';'),
the result is ans=3.4.
Also if i write display (pn(3.4)) which is the same.
Nevertheless,
if i assign
a=pn(3.3)
i receive an error
error: Invalid call to display.  Correct usage is:
display (a=pn(3.3))
 -- Function File:  display(NUM)


Strange enough,
display (a=pn(3.3)) is all ok.

I alsow would like to point out,
that the newest octave seems 4.3.0.+
whereas this version is not offered in this tracker.
Also, within that version much of it is still 4.2.1.


Ernst Reissner <ernstreissner>

 

(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 rik5 (Posted a comment)
  • -email is unavailable- added by ernstreissner (Submitted the item)
  • -email is unavailable- added by ernstreissner
  •  

    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 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2017-03-29 rik5 StatusNone Duplicate
        Open/ClosedOpen Closed
    2017-03-28 rik5 Releaseother dev
    2017-03-28 rik5 Dependencies- Depends on bugs #50640
    2017-03-20 rik5 Carbon-CopyRemoved 72865 -
    2017-03-20 ernstreissner Carbon-Copy- Added -email is unavailable-

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code