Thread overview
[Issue 19464] typeof immutable fields order dependent
Dec 04, 2018
Simen Kjaeraas
Dec 11, 2018
RazvanN
December 04, 2018
https://issues.dlang.org/show_bug.cgi?id=19464

Simen Kjaeraas <simen.kjaras@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simen.kjaras@gmail.com

--- Comment #1 from Simen Kjaeraas <simen.kjaras@gmail.com> ---
This only occurs for basic types - structs, classes, arrays, assoc arrays, pointers, aliases, etc, don't exhibit this behavior.

--
December 11, 2018
https://issues.dlang.org/show_bug.cgi?id=19464

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305@gmail.com

--- Comment #2 from RazvanN <razvan.nitu1305@gmail.com> ---
PR: https://github.com/dlang/dmd/pull/9069

--
December 12, 2018
https://issues.dlang.org/show_bug.cgi?id=19464

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

https://github.com/dlang/dmd/commit/b5f54880fea5a9a5bd1cbdb6767a2e34ef2b8761 Fix Issue 19464 - typeof immutable fields order dependent

https://github.com/dlang/dmd/commit/20d13c614574ad08aab81cfb41d605606dcc43fd Merge pull request #9069 from RazvanN7/Issue_19477

Fix Issue 19464 - typeof immutable fields order dependent

--
December 12, 2018
https://issues.dlang.org/show_bug.cgi?id=19464

github-bugzilla@puremagic.com changed:

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

--