public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Corinna Vinschen <corinna-cygwin@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: Breaking change in Cygwin 2.10.0-1
Date: Wed, 14 Feb 2018 14:06:00 -0000	[thread overview]
Message-ID: <20180214140555.GG30794@calimero.vinschen.de> (raw)
In-Reply-To: <9010244566.20180213205520@kilgus.net>

[-- Attachment #1: Type: text/plain, Size: 1950 bytes --]

On Feb 13 20:55, Marcel Kilgus wrote:
> 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.

I changed the way O_TMPFILE files are handled.  They are now created
with FILE_ATTRIBUTE_TEMPORARY and FILE_ATTRIBUTE_HIDDEN combined to
distinguish them from other files having set FILE_ATTRIBUTE_TEMPORARY
accidentally.

I uploaded new developer snapshots to https://cygwin.com/snpashots/

Please give them a try.


Thanks,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2018-02-14 14:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-13 19:55 Marcel Kilgus
2018-02-14 14:06 ` Corinna Vinschen [this message]
2018-02-14 15:10   ` Marcel Kilgus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180214140555.GG30794@calimero.vinschen.de \
    --to=corinna-cygwin@cygwin.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).