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

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

[Octave-bug-tracker] [bug #58127] save -V7 and -append error


From: Liang Tang
Subject: [Octave-bug-tracker] [bug #58127] save -V7 and -append error
Date: Mon, 13 Apr 2020 11:05:48 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:75.0) Gecko/20100101 Firefox/75.0

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

Hi Mike, 

When I look again the writing we have so far.  I do recognize that the default
of two codes are different, i.e., they are not meant to be compatible by
design.  Therefore it really is not meaningful to continue with matlab
compatibility as the focus.  I also would agree to your issue assessment in
priority (low) and severity (minor) for general user population.  

If you agree, then the only issue left is  4.1:
 
a=1;b=1
save -V7 ab.mat a
save -append ab.mat b
load ab.mat
error: load: invalid element type = 8227 

Either the 2nd save needs to be rejected or the load needs to bring the
variables back to the workspace.  If you disagree with this as an issue, I
would recommend to close this item.  Thanks.   

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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