digitalmars.D.bugs - [Issue 8302] New: Documentation of dirEntries in std.file is incomplete
- d-bugmail puremagic.com (17/17) Jun 26 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8302
- d-bugmail puremagic.com (13/13) Dec 26 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8302
- d-bugmail puremagic.com (10/10) Jan 02 2013 http://d.puremagic.com/issues/show_bug.cgi?id=8302
- d-bugmail puremagic.com (7/7) Jan 03 2013 http://d.puremagic.com/issues/show_bug.cgi?id=8302
- d-bugmail puremagic.com (10/10) Jan 03 2013 http://d.puremagic.com/issues/show_bug.cgi?id=8302
- d-bugmail puremagic.com (10/10) Feb 05 2013 http://d.puremagic.com/issues/show_bug.cgi?id=8302
http://d.puremagic.com/issues/show_bug.cgi?id=8302 Summary: Documentation of dirEntries in std.file is incomplete Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2 Component: websites AssignedTo: nobody puremagic.com ReportedBy: mp81ss rambler.ru --- Comment #0 from Michele Pes <mp81ss rambler.ru> 2012-06-26 07:13:47 PDT --- The method seems to throw Exception when passed dir do not exists. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 26 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8302 --- Comment #1 from github-bugzilla puremagic.com 2012-12-26 16:47:35 PST --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/e6621da89985ca9688f758c5fffd00438050bfd4 Fixes Issue 8302 - Document that std.file.dirEntries throws FileException on invalid dir. https://github.com/D-Programming-Language/phobos/commit/7037621aff5f74541be35353283fc992e45f0f4b Merge pull request #1037 from AndrejMitrovic/Fix8302 Issue 8302 - Document that std.file.dirEntries throws FileException on invalid dir -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Dec 26 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8302 hsteoh quickfur.ath.cx changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hsteoh quickfur.ath.cx --- Comment #2 from hsteoh quickfur.ath.cx 2013-01-02 10:31:58 PST --- Seems to be fixed now? Should this bug be closed? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 02 2013
http://d.puremagic.com/issues/show_bug.cgi?id=8302 --- Comment #3 from hsteoh quickfur.ath.cx 2013-01-03 21:25:46 PST --- Hmm, the original fix was incomplete. https://github.com/D-Programming-Language/phobos/pull/1051 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 03 2013
http://d.puremagic.com/issues/show_bug.cgi?id=8302 --- Comment #4 from github-bugzilla puremagic.com 2013-01-03 22:04:21 PST --- Commit pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/3d56ea1fa57e8727bb0ef37690cdf6761e60fb34 Complete the fix for issue 8302. The original fix (e6621da89985ca9688f758c5fffd00438050bfd4) missed the second variant of std.file.dirEntries. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 03 2013
http://d.puremagic.com/issues/show_bug.cgi?id=8302 Andrej Mitrovic <andrej.mitrovich gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |andrej.mitrovich gmail.com Resolution| |FIXED -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Feb 05 2013