Thread overview
[Issue 17646] dmd segfaults on missing foreach body in import
Jul 15, 2017
Vladimir Panteleev
July 13, 2017
https://issues.dlang.org/show_bug.cgi?id=17646

uplink.coder@googlemail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |uplink.coder@googlemail.com
           Assignee|nobody@puremagic.com        |uplink.coder@googlemail.com

--- Comment #1 from uplink.coder@googlemail.com ---
That should be an easy fix.

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

uplink.coder@googlemail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from uplink.coder@googlemail.com ---
https://github.com/dlang/dmd/pull/6992

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

--- Comment #3 from Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> ---
FWIW, no segfault before https://github.com/dlang/dmd/pull/708.

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

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

https://github.com/dlang/dmd/commit/b25be458bebe59f773faf1c2f7bed57d9836ddea Fix Issue 17646 - dmd segfaults on missing [tuple] foreach body in import

https://github.com/dlang/dmd/commit/9009c1f4e0798a5c6b1d4c37515e616f97a240a0 add regression test for Issue 17646

https://github.com/dlang/dmd/commit/a3927bd30b0bfbda2a1fe0e127b011e9c3470051 Merge pull request #6993 from UplinkCoder/fix17646_on_stable

Fix Issue 17646 - dmd segfaults on missing [tuple] foreach body in import merged-on-behalf-of: Martin Nowak <code@dawg.eu>

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

github-bugzilla@puremagic.com changed:

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

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

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

https://github.com/dlang/dmd/commit/b25be458bebe59f773faf1c2f7bed57d9836ddea Fix Issue 17646 - dmd segfaults on missing [tuple] foreach body in import

https://github.com/dlang/dmd/commit/9009c1f4e0798a5c6b1d4c37515e616f97a240a0 add regression test for Issue 17646

https://github.com/dlang/dmd/commit/a3927bd30b0bfbda2a1fe0e127b011e9c3470051 Merge pull request #6993 from UplinkCoder/fix17646_on_stable

--