March 03, 2010 [Issue 3848] functions in std.file don't take symbolic links into account | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jonathan M Davis | http://d.puremagic.com/issues/show_bug.cgi?id=3848 Jonathan M Davis <jmdavisProg@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #577 is|0 |1 obsolete| | --- Comment #10 from Jonathan M Davis <jmdavisProg@gmail.com> 2010-03-02 23:51:13 PST --- Created an attachment (id=579) Current fix with DirIterator and listdir() fixed. My apologies. I forgot to change rmdirRecurse() back to use SpanMode.depth after fixing DirIterator. Here's the version with it back at SpanMode.depth. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
March 03, 2010 [Issue 3848] functions in std.file don't take symbolic links into account | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jonathan M Davis | http://d.puremagic.com/issues/show_bug.cgi?id=3848 Jonathan M Davis <jmdavisProg@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #578 is|0 |1 obsolete| | --- Comment #11 from Jonathan M Davis <jmdavisProg@gmail.com> 2010-03-02 23:52:20 PST --- Created an attachment (id=580) Patch for "Current fix with DirIterator and listdir() fixed." Patch version. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
June 22, 2010 [Issue 3848] functions in std.file don't take symbolic links into account | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jonathan M Davis | http://d.puremagic.com/issues/show_bug.cgi?id=3848 Jonathan M Davis <jmdavisProg@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #579 is|0 |1 obsolete| | --- Comment #12 from Jonathan M Davis <jmdavisProg@gmail.com> 2010-06-21 22:25:35 PDT --- Created an attachment (id=670) Changes based off of dmd 2.047 File after changes using version from dmd 2.047 as the base without running dos2uinx on it this time. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
June 22, 2010 [Issue 3848] functions in std.file don't take symbolic links into account | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jonathan M Davis | http://d.puremagic.com/issues/show_bug.cgi?id=3848 Jonathan M Davis <jmdavisProg@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #670 is|0 |1 obsolete| | --- Comment #13 from Jonathan M Davis <jmdavisProg@gmail.com> 2010-06-21 22:27:13 PDT --- Created an attachment (id=671) Patch with changes based off of dmd 2.047 without needing dos2unix first Here's the patch version based off of dmd 2.047 but without needing to run dos2unix on the original first. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
June 22, 2010 [Issue 3848] functions in std.file don't take symbolic links into account | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jonathan M Davis | http://d.puremagic.com/issues/show_bug.cgi?id=3848 Jonathan M Davis <jmdavisProg@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #580 is|0 |1 obsolete| | --- Comment #14 from Jonathan M Davis <jmdavisProg@gmail.com> 2010-06-21 22:31:22 PDT --- Created an attachment (id=672) Changes based off of dmd 2.047 Okay. It's mildly dumb to attach this again, but apparently I obsoleted the wrong file, so I'm reattaching the changed file based on dmd 2.047 in order to obsolete the correct file (I think that I obsoleted this file when attaching the patch). -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
August 08, 2010 [Issue 3848] functions in std.file don't take symbolic links into account | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jonathan M Davis | http://d.puremagic.com/issues/show_bug.cgi?id=3848 Jonathan M Davis <jmdavisProg@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #672 is|0 |1 obsolete| | --- Comment #15 from Jonathan M Davis <jmdavisProg@gmail.com> 2010-08-07 23:19:37 PDT --- Created an attachment (id=705) Changes based off of phobos revision 1817 Various changes have been made to std.file since the release of dmd 2.047, so it seems prudent to update my patch. Here's the fully updated file, merging my changes and the changes since dmd 2.047 as of phobos revision 1817. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
August 08, 2010 [Issue 3848] functions in std.file don't take symbolic links into account | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jonathan M Davis | http://d.puremagic.com/issues/show_bug.cgi?id=3848 Jonathan M Davis <jmdavisProg@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #671 is|0 |1 obsolete| | --- Comment #16 from Jonathan M Davis <jmdavisProg@gmail.com> 2010-08-07 23:22:38 PDT --- Created an attachment (id=706) Patch with changes based off of phobos revision 1817 Here's the patch version of the changes. By the way, is there any particular reason that these changes have not been applied to Phobos beyond no one taking the time to look at the issue? That is, is there anything definitively wrong with my patch that I would need to fix? Or is it just that the Phobos devs are busy with other things and haven't looked at my patch? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
August 08, 2010 [Issue 3848] functions in std.file don't take symbolic links into account | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jonathan M Davis | http://d.puremagic.com/issues/show_bug.cgi?id=3848 Don <clugdbug@yahoo.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |clugdbug@yahoo.com.au --- Comment #17 from Don <clugdbug@yahoo.com.au> 2010-08-08 13:12:55 PDT --- (In reply to comment #16) > Created an attachment (id=706) [details] > Patch with changes based off of phobos revision 1817 > > Here's the patch version of the changes. > > By the way, is there any particular reason that these changes have not been applied to Phobos beyond no one taking the time to look at the issue? That is, is there anything definitively wrong with my patch that I would need to fix? Or is it just that the Phobos devs are busy with other things and haven't looked at my patch? The latter. There's a huge backlog of quality patches -- for the compiler as well. Unfortunately a couple of issues have been grabbing all the attention. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
August 08, 2010 [Issue 3848] functions in std.file don't take symbolic links into account | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jonathan M Davis | http://d.puremagic.com/issues/show_bug.cgi?id=3848 --- Comment #18 from Jonathan M Davis <jmdavisProg@gmail.com> 2010-08-08 16:05:16 PDT --- I figured as much, but I didn't want to keep trying to keep my patch up-to-date if there were definitely a problem with it that made it unacceptable. So, I'll just keep making sure it's at least reasonably up-to-date until someone gets around to it. Thanks. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
September 24, 2010 [Issue 3848] functions in std.file don't take symbolic links into account | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jonathan M Davis | http://d.puremagic.com/issues/show_bug.cgi?id=3848 Jonathan M Davis <jmdavisProg@gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #706 is|0 |1 obsolete| | --- Comment #19 from Jonathan M Davis <jmdavisProg@gmx.com> 2010-09-23 20:12:14 PDT --- Created an attachment (id=769) Patch with changes based off of phobos revision 2046 Okay, I've updated the patch for dmd 2.049 (the diff is off of phobos svn r2046, but there aren't any changes between 2.049 and r2046). I also added a test for bug #4929, which this patch fixes without any new changes. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation