octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #53160] display of integer and logical scalars


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #53160] display of integer and logical scalars is now padded with way too much space
Date: Wed, 14 Feb 2018 18:38:49 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:58.0) Gecko/20100101 Firefox/58.0

URL:
  <http://savannah.gnu.org/bugs/?53160>

                 Summary: display of integer and logical scalars is now padded
with way too much space
                 Project: GNU Octave
            Submitted by: mtmiller
            Submitted on: Wed 14 Feb 2018 03:38:47 PM PST
                Category: Interpreter
                Severity: 4 - Important
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

I'm guessing this has to do with some ongoing variable editor work, but I just
noticed that integer and logical scalars are padded with way too much
whitespace in the normal interpreter result display.


>> false
ans =          0
>> true
ans =          1
>> int8(1)
ans =          1
>> int64(1)
ans =          1
>> true (2, 1)
ans =

  1
  1







    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53160>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]