www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - [OT] Can someone close issue 8967 in https://issues.dlang.org/

reply Preetpal <preetpal.sohal gmail.com> writes:
I encountered the same problem as in this 
[issue](https://issues.dlang.org/show_bug.cgi?id=8967). The fix 
was to use an application manifest file and declare the 
application as being long path aware (see [another forum 
post](https://forum.dlang.org/thread/wpritqbjxkifcueotlgr forum.dlang.org)).
The issue should be closed IMO as dirEntries should throw an exception when
your program encounters a long path while not being declared as long path aware
(it would then match the behavior of
std::filesystem:::recursive_directory_iterator when using Visual C++ which
throw a runtime_error when it encounters a long path unless your program is
declared to be long path aware in its manifest).

I am not able to create an account on the [DLang's Issue Tracking 
System](https://issues.dlang.org/) so I cannot post this there.
Sep 13 2022
parent reply Dukc <ajieskola gmail.com> writes:
On Wednesday, 14 September 2022 at 02:30:21 UTC, Preetpal wrote:
 I am not able to create an account on the [DLang's Issue 
 Tracking System](https://issues.dlang.org/) so I cannot post 
 this there.
As requested, closed as invalid.
Sep 17 2022
parent Preetpal <preetpal.sohal gmail.com> writes:
On Saturday, 17 September 2022 at 16:56:55 UTC, Dukc wrote:
 On Wednesday, 14 September 2022 at 02:30:21 UTC, Preetpal wrote:
 I am not able to create an account on the [DLang's Issue 
 Tracking System](https://issues.dlang.org/) so I cannot post 
 this there.
As requested, closed as invalid.
Thanks!
Sep 17 2022