bugGNU Octave - Bugs: bug #55460, Default object/struct/cell display...

 
 

bug #55460: Default object/struct/cell display has an extra blank line in "format compact" mode

Submitter:  Andrew Janke <apjanke>
Submitted:  Sun 13 Jan 2019 04:25:55 AM UTC
   
 
Category:  Interpreter Severity:  3 - Normal
Priority:  3 - Low Item Group:  Incorrect Result
Status:  Duplicate Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * 4.4.1 Operating System:  * Mac OS
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 14 Jan 2019 10:49:08 PM UTC, comment #3: 

This is close enough to bug #53421 that I think we can consider it a dup and just handle it there.

Andrew Janke <apjanke>
Mon 14 Jan 2019 09:57:45 PM UTC, comment #2: 

@Andrew: Can you confirm that this is a duplicate of bug #53421?  If so, we can close this and leave the original open.  Also, take a look at bug #49979 which is also about the differences between compact and loose display.

Rik <rik5>
Group administrator
Sun 13 Jan 2019 09:35:53 AM UTC, comment #1: 

Confirmed.
I've seen this for a long time (many many months) but IMO,as you say it's minor cosmetic indeed.

Priority => low

Philip Nienhuis <philipnienhuis>
Group Member
Sun 13 Jan 2019 04:25:55 AM UTC, original submission:  

Minor cosmetic issue: when using "format compact", the default display for objects, structs, and cells inserts an extra blank line before the following prompt. It doesn't do this for other data types like numbers and strings.


>> format compact
>> x = 1
x =  1
>> str = 'foobar'
str = foobar
>> obj = MyClass
obj =
<object MyClass>

>> struct('foo',1,'bar',2)
ans =
  scalar structure containing the fields:
    foo =  1
    bar =  2

>> {1,2}
ans =
{
  [1,1] =  1
  [1,2] =  2
}

>>


Andrew Janke <apjanke>

 

(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 apjanke (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 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2019-01-14 rik5 StatusConfirmed Duplicate
        Open/ClosedOpen Closed
    2019-01-14 rik5 Dependencies- Depends on bugs #53421
    2019-01-13 philipnienhuis Priority5 - Normal 3 - Low
        StatusNone Confirmed

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code