Thread overview
[Issue 17582] [REG2.059] Applying const to struct declaration should make the struct type const
[Issue 17582] Applying const to struct declaration should make the struct type const
Jul 02, 2017
Walter Bright
Jul 02, 2017
Vladimir Panteleev
July 02, 2017
https://issues.dlang.org/show_bug.cgi?id=17582

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |regression

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
Regression introduced by:

https://github.com/dlang/dmd/pull/783

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Applying const to struct    |[REG2.059] Applying const
                   |declaration should make the |to struct declaration
                   |struct type const           |should make the struct type
                   |                            |const

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

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

https://github.com/dlang/dmd/commit/07452c208c6164292c46bff3292586b659856376 fix Issue 17582 - Applying const to struct declaration should make the struct type const

https://github.com/dlang/dmd/commit/8e85f9fd1c1621df9b80b21162ec70ca210da789 Merge pull request #6958 from WalterBright/fix17582

fix Issue 17582 - Applying const to struct declaration should make th…

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

github-bugzilla@puremagic.com changed:

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

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

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

https://github.com/dlang/dmd/commit/07452c208c6164292c46bff3292586b659856376 fix Issue 17582 - Applying const to struct declaration should make the struct type const

https://github.com/dlang/dmd/commit/8e85f9fd1c1621df9b80b21162ec70ca210da789 Merge pull request #6958 from WalterBright/fix17582

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

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

https://github.com/dlang/dmd/commit/07452c208c6164292c46bff3292586b659856376 fix Issue 17582 - Applying const to struct declaration should make the struct type const

https://github.com/dlang/dmd/commit/8e85f9fd1c1621df9b80b21162ec70ca210da789 Merge pull request #6958 from WalterBright/fix17582

--