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

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

[Octave-bug-tracker] [bug #49214] Readline library does not support writ


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #49214] Readline library does not support writing to Windows files with "hidden" attribute
Date: Thu, 29 Sep 2016 17:42:50 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0

Follow-up Comment #20, bug #49214 (project octave):

Ok, then that's exactly what readline is doing.

Readline has a write_history() function and a append_history() function, each
of which map to the "history -w" and "history -a" commands. When Octave exits
it does write_history, which overwrites the file. This is what is failing.

I expect that this would affect any program, whether it's C++, Octave, or
Python, attempting to overwrite an existing hidden file.

I'd mark this as completely won't fix, talk to Microsoft about fixing it if
you want this changed :)

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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