bugGNU Octave - Bugs: bug #42282, overloaded vertcat fails if some...

 
 

bug #42282: overloaded vertcat fails if some rows contain only built-in types

Submitter:  Lukas Reichlin <paramaniac>
Submitted:  Sun 04 May 2014 05:45:15 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 29 Nov 2021 07:37:45 PM UTC, comment #2: 

closing as duplicate of bug #42152

Nicholas Jankowski <nrjank>
Group Member
Mon 15 Aug 2016 03:47:26 AM UTC, comment #1: 

Looks same as #42152, which also has an xtest patch (no fix unfortunately).

Colin Macdonald <cbm>
Sun 04 May 2014 05:45:15 PM UTC, original submission:  


% requires the control package
s = tf ('s')

% works
[s, 0; 0, s]

% fails
[s, 0; 0, 1]
% error: octave_base_value::map_value(): wrong type argument 'scalar'
% error: octave_base_value::parent_class_name_list(): wrong type argument 'scalar'


the same result is obtained with the quaternion package if


s = quaternion (1)


Lukas Reichlin <paramaniac>

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Carbon-Copy List
  • -email is unavailable- added by nrjank (Posted a comment)
  • -email is unavailable- added by cbm (Posted a comment)
  • -email is unavailable- added by paramaniac (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 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2021-11-30 mmuetzel Dependencies- Depends on bugs #42152
    2021-11-29 nrjank StatusNone Duplicate
        Open/ClosedOpen Closed
    2016-07-28 mtmiller Dependencies- bugs #48649 is dependent

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code