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

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

[Octave-bug-tracker] [bug #59377] Undocumented behavior for size, possib


From: anonymous
Subject: [Octave-bug-tracker] [bug #59377] Undocumented behavior for size, possibly a missed error or warning
Date: Wed, 28 Oct 2020 15:42:01 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:82.0) Gecko/20100101 Firefox/82.0

URL:
  <https://savannah.gnu.org/bugs/?59377>

                 Summary: Undocumented behavior for size, possibly a missed
error or warning
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Wed 28 Oct 2020 07:41:59 PM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Missed Error or Warning
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: dev
         Discussion Lock: Any
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The documentation for size only lists the function-like usage "size (foo)" or
"size (foo, dim)" with optional output arguments. But the following
command-like syntax turns out not to give an error on Octave 7.0.0:


octave:1> size 12345
ans =
   1   5

octave:2> size abcdef
ans =
   1   6


Reporting this as a missed error or warning in case this behavior was not
intended.




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59377>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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