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

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

[Octave-bug-tracker] [bug #33605] concatenation of struct with empty str


From: Rik
Subject: [Octave-bug-tracker] [bug #33605] concatenation of struct with empty string fails
Date: Sun, 16 Mar 2014 18:54:11 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0

Follow-up Comment #2, bug #33605 (project octave):

The issue is still present (3/16/14).  Concatenation of an empty string value,
'' or "", with a struct results in an error.


s.a = 1; s.b = 2;
['', s]
["", s]
[s, '']
[s, ""]



[s, '']
error: octave_base_value::convert_to_str_internal (): wrong type argument
'scalar struct'



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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