[Issue 4763] Few possible changes on std.stdio.File

2016-02-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4763 --- Comment #7 from Andre --- I did a code review, made some rough changes and tested it successfully. Conclusion: it's possible to implement a more efficient open() that re-uses the File struct state, avoiding the destructor/free + constructor/mallo

[Issue 4763] Few possible changes on std.stdio.File

2016-02-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4763 Andre changed: What|Removed |Added CC|alver...@gmail.com | --

[Issue 4763] Few possible changes on std.stdio.File

2016-02-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4763 Andre changed: What|Removed |Added CC||d.developer.an...@gmail.com Assignee|nob...

[Issue 4763] Few possible changes on std.stdio.File

2016-02-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4763 --- Comment #6 from Sobirari Muhomori --- Performance of `open` is an implementation detail, but deprecation applies to interface. I'd say fix implementation to serve the intended purpose of the method. If it's impossible or undesirable then deprecate

[Issue 4763] Few possible changes on std.stdio.File

2016-02-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4763 --- Comment #5 from Steven Schveighoffer --- (In reply to ag0aep6g from comment #4) > (In reply to Andre from comment #3) > > Regarding the follow up: > > Is someone in particular responsible for this library or the proces of > > deprecations for phob

[Issue 4763] Few possible changes on std.stdio.File

2016-02-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4763 --- Comment #4 from ag0ae...@gmail.com --- (In reply to Andre from comment #3) > So we narrowed it down to one point, shall I change the title to reflect > this? Yeah, I suppose you can do that. > Regarding the follow up: > Is someone in particular r

[Issue 4763] Few possible changes on std.stdio.File

2016-02-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4763 --- Comment #3 from Andre --- I came to the same conclusion.. So we narrowed it down to one point, shall I change the title to reflect this? Regarding the follow up: Is someone in particular responsible for this library or the proces of deprecations

[Issue 4763] Few possible changes on std.stdio.File

2016-02-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4763 ag0ae...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Issue 4763] Few possible changes on std.stdio.File

2016-02-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4763 Andre changed: What|Removed |Added Status|NEW |RESOLVED CC|