[Issue 14618] can break immutable with inout and a delegate

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14618 Iain Buclaw changed: What|Removed |Added Priority|P1 |P3 --

[Issue 14618] can break immutable with inout and a delegate

2018-03-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14618 --- Comment #4 from ag0ae...@gmail.com --- (In reply to Walter Bright from comment #2) > If I prepend: > > @safe: > > to the code: [...] >Error: cannot take address of local x in @safe function main Compile with `-dip1000` and add `scope` to

[Issue 14618] can break immutable with inout and a delegate

2018-03-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14618 --- Comment #3 from Walter Bright --- The second example is still a bug. --

[Issue 14618] can break immutable with inout and a delegate

2018-03-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14618 Walter Bright changed: What|Removed |Added CC|

[Issue 14618] can break immutable with inout and a delegate

2017-07-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14618 ag0ae...@gmail.com changed: What|Removed |Added Keywords||safe --- Comment #1 from