Thread overview | ||||||
---|---|---|---|---|---|---|
|
June 24, 2018 [Issue 19021] [REG 2.077] Type merging immutable -> mutable broken in AST | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=19021 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ibuclaw@gdcproject.org --- Comment #1 from Iain Buclaw <ibuclaw@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 -- |
June 24, 2018 [Issue 19021] [REG 2.077] Type merging immutable -> mutable broken in AST | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=19021 --- Comment #2 from Iain Buclaw <ibuclaw@gdcproject.org> --- Adding in the reference fixes immediate bug. https://github.com/dlang/dmd/pull/8398 But now `pure nothrow @nogc` is no longer part of the symbol mangle. -- |
June 24, 2018 [Issue 19021] [REG 2.077] Type merging immutable -> mutable broken in AST | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=19021 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |GDC, wrong-code --- Comment #3 from Iain Buclaw <ibuclaw@gdcproject.org> --- Blocking GDC, as there's an ICE in the glue/back-end. Said ICE is valid, the problem is in the front-end. -- |
December 13 [Issue 19021] [REG 2.077] Type merging immutable -> mutable broken in AST | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=19021 --- Comment #4 from dlangBugzillaToGithub <robert.schadek@posteo.de> --- THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/dmd/issues/19449 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB -- |
Copyright © 1999-2021 by the D Language Foundation