November 22, 2016
https://issues.dlang.org/show_bug.cgi?id=5995

--- Comment #16 from Andrei Alexandrescu <andrei@erdani.com> ---
This bug has a simple fix - throw a runtime exception (e.g. by onUnicodeError)
instead of assert(0). We shouldn't change language rules on account of this.
Thanks!

--
November 22, 2016
https://issues.dlang.org/show_bug.cgi?id=5995

--- Comment #17 from Steven Schveighoffer <schveiguy@yahoo.com> ---
There are two problems, one is that the OP's code compiles, the other is that it segfaults. Arguably, fixing the first problem will fix the second. But just fixing the second leaves other problems still intact.

Also, note that this succeeds, but likely does not do what the writer wants:

string s = "123456";
s ~= 7;

Guess what this does (yes, it compiles)?

s ~= 123456;

--
November 24, 2016
https://issues.dlang.org/show_bug.cgi?id=5995

--- Comment #18 from Lucia Cojocaru <lucia.mcojocaru@gmail.com> ---
As Andrei suggested, here is the quick fix:
PR https://github.com/dlang/druntime/pull/1696

Language design changes should be discussed with Walter and Andrei in depth.

--
December 06, 2016
https://issues.dlang.org/show_bug.cgi?id=5995

--- Comment #19 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/druntime

https://github.com/dlang/druntime/commit/316e6d2607b4b22794ef75a331ad27d970717cda fix issue 5995

https://github.com/dlang/druntime/commit/6dbbadbac4a0567ba49f0e616fccc8c597fec771 Merge pull request #1696 from somzzz/issue_5995

fix issue 5995 - string append negative integer causes segfault

--
December 06, 2016
https://issues.dlang.org/show_bug.cgi?id=5995

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
December 27, 2016
https://issues.dlang.org/show_bug.cgi?id=5995

--- Comment #20 from github-bugzilla@puremagic.com ---
Commits pushed to scope at https://github.com/dlang/druntime

https://github.com/dlang/druntime/commit/316e6d2607b4b22794ef75a331ad27d970717cda fix issue 5995

https://github.com/dlang/druntime/commit/6dbbadbac4a0567ba49f0e616fccc8c597fec771 Merge pull request #1696 from somzzz/issue_5995

--
January 07, 2017
https://issues.dlang.org/show_bug.cgi?id=5995

--- Comment #21 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/druntime

https://github.com/dlang/druntime/commit/316e6d2607b4b22794ef75a331ad27d970717cda fix issue 5995

https://github.com/dlang/druntime/commit/6dbbadbac4a0567ba49f0e616fccc8c597fec771 Merge pull request #1696 from somzzz/issue_5995

--
January 16, 2017
https://issues.dlang.org/show_bug.cgi?id=5995

--- Comment #22 from github-bugzilla@puremagic.com ---
Commits pushed to newCTFE at https://github.com/dlang/druntime

https://github.com/dlang/druntime/commit/316e6d2607b4b22794ef75a331ad27d970717cda fix issue 5995

https://github.com/dlang/druntime/commit/6dbbadbac4a0567ba49f0e616fccc8c597fec771 Merge pull request #1696 from somzzz/issue_5995

--
July 05, 2017
https://issues.dlang.org/show_bug.cgi?id=5995

Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |skocznymr@gmail.com

--- Comment #23 from Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> ---
*** Issue 16545 has been marked as a duplicate of this issue. ***

--
1 2
Next ›   Last »