[Issue 12448] in argument for std.string.toStringz

2014-07-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12448 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added CC||jmdavisp...@gmx.com

[Issue 12448] in argument for std.string.toStringz

2014-07-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12448 --- Comment #11 from bearophile_h...@eml.cc --- (In reply to Jonathan M Davis from comment #10) we risk ending up with such code breaking when scope actually gets fully implemented Implementing scope/in will just disallow some current wrong

[Issue 12448] in argument for std.string.toStringz

2014-07-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12448 --- Comment #12 from Jonathan M Davis jmdavisp...@gmx.com --- (In reply to bearophile_hugs from comment #11) (In reply to Jonathan M Davis from comment #10) we risk ending up with such code breaking when scope actually gets fully implemented

[Issue 12448] in argument for std.string.toStringz

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12448 bearophile_h...@eml.cc changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Issue 12448] in argument for std.string.toStringz

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12448 Robert Schadek rburn...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12448] in argument for std.string.toStringz

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12448 Robert Schadek rburn...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 12448] in argument for std.string.toStringz

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12448 --- Comment #5 from bearophile_h...@eml.cc --- (In reply to Robert Schadek from comment #4) your're properly right. do you want to create the PR or should I? I think reopening this issue could be enough. --

[Issue 12448] in argument for std.string.toStringz

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12448 --- Comment #6 from Robert Schadek rburn...@gmail.com --- but we should fix that and close it again ;-) It is your fix, but if you don't want to create the PR I will do it for D HackDay 2 --

[Issue 12448] in argument for std.string.toStringz

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12448 --- Comment #7 from bearophile_h...@eml.cc --- (In reply to Robert Schadek from comment #6) but we should fix that and close it again ;-) It is your fix, but if you don't want to create the PR I will do it for D HackDay 2 It's a similar

[Issue 12448] in argument for std.string.toStringz

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12448 --- Comment #8 from Robert Schadek rburn...@gmail.com --- I don't really follow. If this issue is none existing anymore, why should this stay open? --

[Issue 12448] in argument for std.string.toStringz

2014-03-23 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12448 --- Comment #1 from bearophile_h...@eml.cc 2014-03-23 20:17:01 PDT --- To avoid future possible problems with scope, using const string s is also enough. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ---