August 12, 2014
https://issues.dlang.org/show_bug.cgi?id=7942

--- Comment #12 from Vladimir Panteleev <thecybershadow@gmail.com> ---
Even though I don't think all O(n)s are equal, I don't disagree with yebblies to the point where I'd object to accepting the code silently.

--
August 15, 2014
https://issues.dlang.org/show_bug.cgi?id=7942

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #13 from Walter Bright <bugzilla@digitalmars.com> ---
I agree with Kenji. Make it an error for the corruption case, and we'll see how that goes. Better than enabling a feature that we may regret later.

--
September 09, 2014
https://issues.dlang.org/show_bug.cgi?id=7942

--- Comment #14 from yebblies <yebblies@gmail.com> ---
Pull to make it an error:

https://github.com/D-Programming-Language/dmd/pull/3966

--
September 09, 2014
https://issues.dlang.org/show_bug.cgi?id=7942

--- Comment #15 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/3482cf5d42a1e2f23b18c3367efdedcfeb7db2e9 Revert "Issue 7942 - Appending different string types corrupts memory"

This reverts commit d0f8bca7ad1eea1b8e9e2774fc84a1af7ce73815.

https://github.com/D-Programming-Language/druntime/commit/7a18c79f2fc027a130e802af0d2dc9ed04b6e49d Merge pull request #953 from yebblies/revert7942

Revert "Issue 7942 - Appending different string types corrupts memory"

--
September 10, 2014
https://issues.dlang.org/show_bug.cgi?id=7942

--- Comment #16 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/07ad79d1965ec92b88f3da3296d2877dbca86aed Fix Issue 7942 - Appending different string types corrupts memory

https://github.com/D-Programming-Language/dmd/commit/aad21a5fa4f73af8e11ea74493e579c9c66da8ba Merge pull request #3966 from yebblies/issue7942

Issue 7942 - Appending different string types corrupts memory

--
September 10, 2014
https://issues.dlang.org/show_bug.cgi?id=7942

github-bugzilla@puremagic.com changed:

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

--
February 19, 2015
https://issues.dlang.org/show_bug.cgi?id=7942

--- Comment #17 from github-bugzilla@puremagic.com ---
Commits pushed to 2.067 at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/07ad79d1965ec92b88f3da3296d2877dbca86aed Fix Issue 7942 - Appending different string types corrupts memory

https://github.com/D-Programming-Language/dmd/commit/aad21a5fa4f73af8e11ea74493e579c9c66da8ba Merge pull request #3966 from yebblies/issue7942

--
February 19, 2015
https://issues.dlang.org/show_bug.cgi?id=7942

--- Comment #18 from github-bugzilla@puremagic.com ---
Commits pushed to 2.067 at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/3482cf5d42a1e2f23b18c3367efdedcfeb7db2e9 Revert "Issue 7942 - Appending different string types corrupts memory"

https://github.com/D-Programming-Language/druntime/commit/7a18c79f2fc027a130e802af0d2dc9ed04b6e49d Merge pull request #953 from yebblies/revert7942

--
1 2
Next ›   Last »