dub
dub copied to clipboard
Fix #2443 git-dependency testcase is broken on Windows
Details of the issue report were commented on below: https://github.com/dlang/dub/issues/2443#issuecomment-1236344159
Hmm... It appears that the path name of the intermediate folder to be created is longer in CI's environment than in mine. Looks like I need to do a little more considering.
the file path that is used there is fine as is. The issue is rather that we still don't have UNC file path support everywhere, which is causing issues here. (these issues are already happening to people in the wild because of potentially long path names)
fixed by https://github.com/dlang/dub/pull/2589