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, 13 Oct 2020 17:20:45 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36

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

I don't have the symbolic package nor can I run on Windows.  But, I think I
can help narrow down the issue.

What format does the symbolic use to save its variables?  That should be in
the load/save routines for the package.  If it is using "-ascii" that would
certainly be a problem.  If the save command does not specify anything then it
will be whatever the user has set with save_default_options().  That will
certainly create portability problems.  It might be best to explicitly specify
"-binary" when saving since that format does not depend on whatever value a
newline character is.

    _______________________________________________________

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]