Thread overview
[Issue 12385] Enum member should not be modifiable when the member is immutable
Apr 21, 2014
Andrej Mitrovic
Oct 18, 2015
Andrej Mitrovic
Nov 21, 2017
Mike
April 21, 2014
https://issues.dlang.org/show_bug.cgi?id=12385

Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                URL|                            |https://github.com/D-Progra
                   |                            |mming-Language/dmd/pull/348
                   |                            |4
                 CC|                            |andrej.mitrovich@gmail.com
           Hardware|x86_64                      |All
           Assignee|nobody@puremagic.com        |andrej.mitrovich@gmail.com
            Summary|You can modify some         |Enum member should not be
                   |immutable values in enums.  |modifiable when the member
                   |                            |is immutable
                 OS|Linux                       |All

--
October 18, 2015
https://issues.dlang.org/show_bug.cgi?id=12385

Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|https://github.com/D-Progra |https://github.com/D-Progra
                   |mming-Language/dmd/pull/348 |mming-Language/dmd/pull/520
                   |4                           |0

--
November 21, 2017
https://issues.dlang.org/show_bug.cgi?id=12385

Mike <slavo5150@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slavo5150@yahoo.com

--- Comment #1 from Mike <slavo5150@yahoo.com> ---
Pull Request Submitted: https://github.com/dlang/dmd/pull/7348

--
December 06, 2017
https://issues.dlang.org/show_bug.cgi?id=12385

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

https://github.com/dlang/dmd/commit/334f853e8371fdab46875bf3316ba78a7c237578 Fix Issue 12385 - Enum member should not be modifiable when the member is immutable

https://github.com/dlang/dmd/commit/0da1457a01b9e1e7188383d86cd0ecbd5fc86fec Merge pull request #7348 from JinShil/fix_12385

Fix Issue 12385 - Enum member should not be modifiable when the member is
immutable
merged-on-behalf-of: Walter Bright <WalterBright@users.noreply.github.com>

--
December 06, 2017
https://issues.dlang.org/show_bug.cgi?id=12385

github-bugzilla@puremagic.com changed:

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

--
December 18, 2017
https://issues.dlang.org/show_bug.cgi?id=12385

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

https://github.com/dlang/dmd/commit/334f853e8371fdab46875bf3316ba78a7c237578 Fix Issue 12385 - Enum member should not be modifiable when the member is immutable

https://github.com/dlang/dmd/commit/0da1457a01b9e1e7188383d86cd0ecbd5fc86fec Merge pull request #7348 from JinShil/fix_12385

--