Re: RFR: 8244533: Configure should abort on missing short names in Windows [v3]

2025-05-07 Thread Erik Joelsson
On Wed, 7 May 2025 20:26:13 GMT, Magnus Ihse Bursie wrote: >> Windows can create short names for directories that contain spaces in the >> name. >> >> However, where short name creation was previously enabled by default, it no >> longer seems to be in recent version of Windows (the default set

Re: RFR: 8244533: Configure should abort on missing short names in Windows [v3]

2025-05-07 Thread Magnus Ihse Bursie
> Windows can create short names for directories that contain spaces in the > name. > > However, where short name creation was previously enabled by default, it no > longer seems to be in recent version of Windows (the default setting is > instead 'per volume', and the default for each volume i

Re: RFR: 8244533: Configure should abort on missing short names in Windows [v2]

2025-05-07 Thread Magnus Ihse Bursie
> Windows can create short names for directories that contain spaces in the > name. > > However, where short name creation was previously enabled by default, it no > longer seems to be in recent version of Windows (the default setting is > instead 'per volume', and the default for each volume i

Re: RFR: 8244533: Configure should abort on missing short names in Windows

2025-05-07 Thread Erik Joelsson
On Mon, 7 Apr 2025 09:18:08 GMT, Magnus Ihse Bursie wrote: > Windows can create short names for directories that contain spaces in the > name. > > However, where short name creation was previously enabled by default, it no > longer seems to be in recent version of Windows (the default setting

RFR: 8244533: Configure should abort on missing short names in Windows

2025-05-07 Thread Magnus Ihse Bursie
Windows can create short names for directories that contain spaces in the name. However, where short name creation was previously enabled by default, it no longer seems to be in recent version of Windows (the default setting is instead 'per volume', and the default for each volume is 'off'). We