[Issue 14382] converting old D1 operator overloading style to new D2 style

2015-07-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14382 --- Comment #7 from Marc Schütz --- @ketmar: Stephen Schveighofer wants to change a few things. Can you please have a look at his comments on Github? --

[Issue 14763] Use optionsData argument for curl options function.

2015-07-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14763 --- Comment #1 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/6c729e980250d9c49d6a39333b4a51295420590f Fix issue 14763 - Use

[Issue 14760] Clear content-length for libcurl option to eliminate segmentation fault.

2015-07-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14760 --- Comment #1 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/7cbf6c6bff93081ed377a18cbe53c3dfb03df72a Fix issue 14760 https

[Issue 13856] std.stdio.readln stomps arrays

2015-07-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13856 Dmitry Olshansky changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 13856] std.stdio.readln stomps arrays

2015-07-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13856 --- Comment #8 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/497c463e100c690e750c28e8918f7f785fd4a4f1 Merge pull request #279

[Issue 14797] template with inout parameter `foo(String: inout(CharT)[], CharT)` should be implicitly instanciated as foo!(char[], char)

2015-07-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14797 Steven Schveighoffer changed: What|Removed |Added Status|NEW |RESOLVED CC|