[Issue 17167] dmd fails to write to file or create directory with more than 248 characters in the path

2022-06-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17167 RazvanN changed: What|Removed |Added Status|REOPENED|RESOLVED CC|

[Issue 17167] dmd fails to write to file or create directory with more than 248 characters in the path

2022-03-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17167 --- Comment #11 from Dlang Bot --- dlang/dmd pull request #13828 "Simplify `Module.read` and its interaction with `FileManager`" was merged into master: - 8f2a7b139fa06fe3c36c0598ddc114c331d581f6 by Geod24: Windows: Make FileName.exists correctly

[Issue 17167] dmd fails to write to file or create directory with more than 248 characters in the path

2022-03-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17167 --- Comment #10 from Dlang Bot --- @Geod24 updated dlang/dmd pull request #13828 "Simplify `Module.read` and its interaction with `FileManager`" mentioning this issue: - Windows: Make FileName.exists correctly work with long path While

[Issue 17167] dmd fails to write to file or create directory with more than 248 characters in the path

2018-06-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17167 Atila Neves changed: What|Removed |Added Severity|major |blocker --

[Issue 17167] dmd fails to write to file or create directory with more than 248 characters in the path

2018-04-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17167 --- Comment #9 from Atila Neves --- Have you checked this page? https://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx I filed this bug because dub was using relative paths and ended up trying to

[Issue 17167] dmd fails to write to file or create directory with more than 248 characters in the path

2018-04-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17167 Vino changed: What|Removed |Added Priority|P1 |P2

[Issue 17167] dmd fails to write to file or create directory with more than 248 characters in the path

2017-12-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17167 --- Comment #7 from Atila Neves --- @Vino Probably. Try out with dmd at master and see. If not, please file a new issue. --

[Issue 17167] dmd fails to write to file or create directory with more than 248 characters in the path

2017-12-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17167 Vino changed: What|Removed |Added CC||vino.bhee...@hotmail.com

[Issue 17167] dmd fails to write to file or create directory with more than 248 characters in the path

2017-12-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17167 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/c22616ae6ea9c6832d4c261bc957149c2b265a98 Temporarily disable test for issue 17167 on CircleCi

[Issue 17167] dmd fails to write to file or create directory with more than 248 characters in the path

2017-12-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17167 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/34f6dedb18fd3d9e6aacac8469f6515da2e77928 Fix issue 17167 - handle long filepaths on Windows

[Issue 17167] dmd fails to write to file or create directory with more than 248 characters in the path

2017-11-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17167 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/34f6dedb18fd3d9e6aacac8469f6515da2e77928 Fix issue 17167 - handle long filepaths on Windows

[Issue 17167] dmd fails to write to file or create directory with more than 248 characters in the path

2017-11-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17167 --- Comment #2 from Atila Neves --- After some investigation, it seems that dub specifying relative paths makes it more likely to pass the 248 character limit, since Windows first appends the current absolute path to the

[Issue 17167] dmd fails to write to file or create directory with more than 248 characters in the path

2017-11-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17167 Atila Neves changed: What|Removed |Added Summary|dmd fails to write to file |dmd fails to write to