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

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

[Octave-bug-tracker] [bug #59342] [octave forge] (struct) Automatic vari


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #59342] [octave forge] (struct) Automatic variable `argn` has been removed
Date: Sat, 24 Oct 2020 16:40:57 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36 Edg/86.0.622.51

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

                 Summary: [octave forge] (struct) Automatic variable `argn`
has been removed
                 Project: GNU Octave
            Submitted by: mmuetzel
            Submitted on: Sat 24 Oct 2020 10:40:55 PM CEST
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: other
         Discussion Lock: Any
        Operating System: Any

    _______________________________________________________

Details:

Running the BIST for `tars` of the package "struct" 1.0.16 in Octave 6.0.92
fails with the following error:

>> test tars
***** shared s, x, y, z
 x = 2;
 y = 3;
 z = "foo";
 s = tars (x, y, z);
!!!!! test failed
'argn' undefined near line 26, column 26
shared variables   scalar structure containing the fields:

    s = [](0x0)
    x = [](0x0)
    y = [](0x0)
    z = [](0x0)


It looks like the automatic variable `argn` has been removed. It should
probably be replaced with `inputname (n)`.

CC'ing Olaf Till as the package maintainer.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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