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

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

[Octave-bug-tracker] [bug #33590] appending a struct to an empty vector


From: L. Markowsky
Subject: [Octave-bug-tracker] [bug #33590] appending a struct to an empty vector an error in Octave 3.4.0
Date: Sat, 18 Jun 2011 00:02:48 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1

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

                 Summary: appending a struct to an empty vector an error in
Octave 3.4.0
                 Project: GNU Octave
            Submitted by: lmarkov
            Submitted on: Sat 18 Jun 2011 12:02:47 AM GMT
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: lmarkov
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.4.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The sequence of operations:


a = []
b = struct ('x', 1, 'y', 2)
a = [a, b]


appears to work under Octave 3.2.4 but not under 3.4.0. Under 3.4.0, it
produces the error:

error: concatenation operator not implemented for `scalar struct' by `scalar
struct' operations

Thank you,
lmarkov




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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