[Issue 19021] [REG 2.077] Type merging immutable -> mutable broken in AST

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jun 24 14:21:25 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=19021

Iain Buclaw <ibuclaw at gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw at gdcproject.org

--- Comment #1 from Iain Buclaw <ibuclaw at gdcproject.org> ---
Commit looks related
https://github.com/dlang/dmd/commit/2c0ead859f208d80190d4e634b5a0737d4b64645

Introduced adding a link between `shared(T)`, `inout(T)` and `const(T)` with
`T`.  But left out `immutable(T)` despite this comment here that seems to
suggest that there should be one.

https://github.com/dlang/dmd/commit/2c0ead859f208d80190d4e634b5a0737d4b64645#diff-ffafa03255a57832dd09031af6cb915dR470

--


More information about the Digitalmars-d-bugs mailing list