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

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

[Octave-bug-tracker] [bug #57463] History should be stored at platform s


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #57463] History should be stored at platform specific location
Date: Fri, 6 Nov 2020 11:54:17 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0

Update of bug #57463 (project octave):

                  Status:                   Fixed => In Progress            
             Open/Closed:                  Closed => Open                   

    _______________________________________________________

Follow-up Comment #14:

I generally agree with the idea that implementation and maintenance effort
should be a consideration, it seems simple enough to add something like


if (isempty (history ()))
  warning ("attempting to recover history from ~/.octave_hist file used by
previous versions of Octave");
  history ("-r", "~/.octave_hist");
endif


to the version-specific startup file.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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