dlangBugzillaToGithub
dlangBugzillaToGithub
#### razvan.nitu1305 commented on 2017-07-07T13:00:50Z ````markdown After analyzing the code I see that dirEntries does not call absolutePath on the path, which in my opinion is a bug. Even though...
#### dlang-bugzilla (@CyberShadow) commented on 2017-07-07T14:52:56Z ````markdown (In reply to RazvanN from comment #3) > After analyzing the code I see that dirEntries does not call absolutePath on > the...
#### francesco.galla3 commented on 2018-01-29T13:14:54Z ````markdown (In reply to RazvanN from comment #3) > After analyzing the code I see that dirEntries does not call absolutePath on > the path,...
#### greensunny12 commented on 2018-02-04T19:43:16Z ````markdown FYI: Francesco Galla submitted a PR - https://github.com/dlang/phobos/pull/6125 ````
#### timothee.cour2 commented on 2018-02-10T03:25:20Z ````markdown just hit that bug again, but differently: ``` chdir(foo); auto files=dirEntries(dirSrc, "*.d", SpanMode.depth).filter!(a=>a.isFile).map!(a=>dir.buildPath(a.name)).array; ``` crashed similarly ````
#### timothee.cour2 commented on 2018-03-16T22:16:18Z ````markdown ping: this is a serious bug note: i was OSX and the bug was reported on windows originally, so setting to All ````
#### schveiguy (@schveiguy) commented on 2024-10-22T02:30:55Z ````markdown Note, this is a "reopening" of issue 6496. I think that was closed in error. ````
#### dlang-bot commented on 2021-03-19T01:29:41Z ````markdown @pbackus created dlang/phobos pull request #7886 "Fix Issue 21731 - SumType should provide convenient access to the typ…" fixing this issue: - Fix Issue...
#### dlang-bot commented on 2021-03-20T14:11:04Z ````markdown dlang/phobos pull request #7886 "Fix Issue 21731 - SumType should provide convenient access to the typ…" was merged into master: - 50c7945236e4fd8e1dfa5992c54bde67ac35c7fb by Paul...
#### dlang-bot commented on 2021-03-26T21:01:29Z ````markdown dlang/phobos pull request #7922 "Revert "Fix Issue 21731 - SumType should provide convenient access to the typ…"" was merged into master: - 9ec6cba13499d7d7950ee447556d351547282f45 by...