[Touch-packages] [Bug 1647120] Re: File::Find does not work on WSL

2016-12-06 Thread Thorsten Behrens
This issue has been resolved by Microsoft by changing the links count returned from “always 2” to “always 0”. See https://github.com/Microsoft/BashOnWindows/issues/910 . This bug can be closed. GA of the fixed Windows/WSL code is expected in Q1, likely sometime February 2017. ** Bug watch added:

[Touch-packages] [Bug 1647120] Re: File::Find does not work on WSL

2016-12-04 Thread Thorsten Behrens
James E. Keenan has a patch for this, which also cleans up how dont_use_nlink is set in general. https://rt.perl.org/Public/Bug/Display.html?id=130258 ** Bug watch added: rt.perl.org/Public/ #130258 https://rt.perl.org/Public/Ticket/Display.html?id=130258 -- You received this bug notificati

[Touch-packages] [Bug 1647120] [NEW] File::Find does not work on WSL

2016-12-03 Thread Thorsten Behrens
Public bug reported: As per discussion here https://github.com/Microsoft/BashOnWindows/issues/186, WSL confuses File::Find. WSL is the “Windows Subsystem for Linux”, which runs Ubuntu on top of Windows 10. File::Find sees that $^O is ‘linux’ and uses nlink, which doesn’t work. After some disc