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

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

[Octave-bug-tracker] [bug #46645] Can't load struct variables that use a


From: Juan Pablo Carbajal
Subject: [Octave-bug-tracker] [bug #46645] Can't load struct variables that use arbitrary fieldnames
Date: Thu, 15 Dec 2016 16:08:25 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.75 Safari/537.36

Follow-up Comment #6, bug #46645 (project octave):

This is another symptom of this bug


x = struct("a.b",1)
x =

  scalar structure containing the fields:

    a.b =  1

save "struct_bug.dat" "x"
clear all
load "struct_bug.dat"
error: load: invalid identifier 'a.b' found in file ''


The file can be written but it can't be loaded. That shouldn't happen.

This is using 4.3.0+ (dev) version.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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