Thread overview
[Issue 16696] [regression] Assert(0) or HLT reduced to separate dub package
Nov 16, 2016
Jesse Phillips
Nov 20, 2016
Martin Nowak
Nov 20, 2016
Martin Nowak
November 16, 2016
https://issues.dlang.org/show_bug.cgi?id=16696

Jesse Phillips <Jesse.K.Phillips+D@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Jesse.K.Phillips+D@gmail.co
                   |                            |m

--- Comment #1 from Jesse Phillips <Jesse.K.Phillips+D@gmail.com> ---
Created branch named specifically after this issue:

https://github.com/JesseKPhillips/jsonserialized/tree/issue16696

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

Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code@dawg.eu

--- Comment #2 from Martin Nowak <code@dawg.eu> ---
For the next report, please list which dependent package versions were used.

                "dunit": "1.0.14",
                "std_data_json": "0.18.2",
                "taggedalgebraic": "0.10.4"

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

Martin Nowak <code@dawg.eu> changed:

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

--- Comment #3 from Martin Nowak <code@dawg.eu> ---
Crashed because an aggregate was set to Type.terror, b/c of a forward reference
during a speculative determineSize, and that type made it to the glue layer.
https://github.com/dlang/dmd/blob/f5a73f36360fc5b2b2e93f2dd17082c4fed2b0bc/src/glue.d#L1545

*** This issue has been marked as a duplicate of issue 16574 ***

--