[Issue 4763] std.stdio.File.open() : more efficient implementation

2017-12-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4763 --- Comment #11 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/c8751b245fcd19ef0f686bd82256d06d035b1c6d Fix Issue 4763 - std.stdio.File.open() : more efficient

[Issue 4763] std.stdio.File.open() : more efficient implementation

2017-10-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4763 github-bugzi...@puremagic.com changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|--

[Issue 4763] std.stdio.File.open() : more efficient implementation

2017-10-17 Thread d-bugmail--- via Digitalmars-d-bugs
implementation added safe to setAppendWin https://github.com/dlang/phobos/commit/ca4677117f8cb408ee6ec4d09a5a614e4ac261da Merge pull request #5766 from jercaianu/open Fix Issue 4763 - std.stdio.File.open() : more efficient implementation merged-on-behalf-of: Andrei Alexandrescu --

[Issue 4763] std.stdio.File.open() : more efficient implementation

2016-10-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4763 Andrei Alexandrescu changed: What|Removed |Added Keywords||bootcamp CC|

[Issue 4763] std.stdio.File.open() : more efficient implementation

2016-02-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4763 --- Comment #8 from ag0ae...@gmail.com --- (In reply to Andre from comment #7) > I have to admit that the current implementation is shorter, easier to read. > > How much do we really need a more efficient File.open method? In what > situations will th

[Issue 4763] std.stdio.File.open() : more efficient implementation

2016-02-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4763 Andre changed: What|Removed |Added Summary|Few possible changes on |std.stdio.File.open() : |std.stdio.