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

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

[Octave-bug-tracker] [bug #59238] load variables from file: the next sav


From: Rik
Subject: [Octave-bug-tracker] [bug #59238] load variables from file: the next saving operation produces a faulty file
Date: Tue, 20 Oct 2020 13:36:53 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36

Follow-up Comment #12, bug #59238 (project octave):

I think we should make -binary the default save format for packages, and it is
likely to be smaller than the equivalent file saved as -text.  That should be
a separate project/bug report though.

I've uploaded a test file cell_str_text.testing.txt.  Could you run the
following code to check it?


cell_str2 = {"This\nis\na\ntest."};
load cell_str_text.testing.txt
isequal (cell_str, cell_str2)




(file #50032)
    _______________________________________________________

Additional Item Attachment:

File name: cell_str_text.testing.txt      Size:0 KB
   
<https://file.savannah.gnu.org/file/cell_str_text.testing.txt?file_id=50032>



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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