[Issue 9891] Ability to modify immutable using default value of ref/out parameter

2015-09-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9891

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 9891] Ability to modify immutable using default value of ref/out parameter

2015-09-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9891

--- Comment #3 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/6b091dc67a71b82a30ba26d2af73e2d67180740c
fix Issue 9891 - Ability to modify immutable using default value of ref/out
parameter

https://github.com/D-Programming-Language/dmd/commit/065881c6f71ef8e76c882b2ce739fa452b547e8e
Merge pull request #5056 from 9rnsr/fix9891

Issue 9891 - Ability to modify immutable using default value of ref/out
parameter

--


[Issue 9891] Ability to modify immutable using default value of ref/out parameter

2015-09-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9891

Kenji Hara  changed:

   What|Removed |Added

   Keywords||pull

--- Comment #2 from Kenji Hara  ---
https://github.com/D-Programming-Language/dmd/pull/5056

--


[Issue 9891] Ability to modify immutable using default value of ref/out parameter

2014-10-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9891

hst...@quickfur.ath.cx changed:

   What|Removed |Added

 CC||hst...@quickfur.ath.cx

--- Comment #1 from hst...@quickfur.ath.cx ---
Still happens on git HEAD (b7ace0b93bb1...).

--