public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Breaking change in Cygwin 2.10.0-1
@ 2018-02-13 19:55 Marcel Kilgus
  2018-02-14 14:06 ` Corinna Vinschen
  0 siblings, 1 reply; 3+ messages in thread
From: Marcel Kilgus @ 2018-02-13 19:55 UTC (permalink / raw)
  To: cygwin

Yesterday I got to investigate why the unit tests for one of my
projects didn't work anymore. The tests are collected by a short Perl
program that scans all *.c files and generates the test structure.
But... it didn't find some c files anymore :-o I can see them using
"DIR", I can see them in Explorer and everywhere else, but Perl is
completely oblivious to their existence.

It took a while to understand that I recently updated Cygwin and that
this now hides "temporary" files by default. The thing is, this
"temporary" flag on Windows is so obscure that there is no UI to
set/unset it and even if it is set you usually don't notice it. Turns
out my IDE sets the flag by accident, and did so for a decade, I just
never noticed until now! It writes a temporary file and then renames
that to the final name, without removing the flag... but whatever the
reason, even Microsoft occasionally screws this up, apparently:

https://social.technet.microsoft.com/Forums/windows/en-US/5d63a03a-f711-4035-a601-d66994c411eb/microsoft-print-to-pdf-troublesome-t-attribute?forum=win10itproapps

TL;DR: Please roll back the change in fhandler_disk_file.cc, do not
hide files that are otherwise completely visible in all other tools
due to a flag that nobody knows about and that cannot be unset
trivially, not even by Window's own ATTRIB command or Explorer.

Thanks, Marcel


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-02-14 15:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-13 19:55 Breaking change in Cygwin 2.10.0-1 Marcel Kilgus
2018-02-14 14:06 ` Corinna Vinschen
2018-02-14 15:10   ` Marcel Kilgus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).