[Issue 8940] Able to modify const/immutable with passing to a templated function by `ref`

2012-11-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8940 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 8940] Able to modify const/immutable with passing to a templated function by `ref`

2012-11-10 Thread d-bugmail
/33a4b46947067defa5800badf5e9ff2c500320e7 fix Issue 8940 - Able to modify const/immutable with passing to a templated function by `ref` -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 8940] Able to modify const/immutable with passing to a templated function by `ref`

2012-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8940 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #3 from Kenji Hara 2012

[Issue 8940] Able to modify const/immutable with passing to a templated function by `ref`

2012-11-03 Thread d-bugmail
/02c301feaafebe754a5298b60394921e32938148 Supplemental fix for Issue 8940 - Able to modify const/immutable with passing to a templated function by `ref` splitUnitsFromHNSecs accepts ref long, so it should not be called with immutable long. But' it has been accidentally accepted by issue 8940. https://github.com/D-Progra

[Issue 8940] Able to modify const/immutable with passing to a templated function by `ref`

2012-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8940 --- Comment #1 from Denis Shelomovskij 2012-11-02 18:22:48 MSK --- May be connected with Issue 8939 - ICE on passing by ref statically initialized const/immutable variable -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?t