[Issue 11722] Qualifier-only casts should not invoke opCast

2013-12-10 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11722 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #1 from Kenji Hara 20

[Issue 11722] Qualifier-only casts should not invoke opCast

2013-12-11 Thread d-bugmail
/dab021c5b716b3a6eedbb1d883ce55f084b98aca fix Issue 11722 - Qualifier-only casts should not invoke opCast https://github.com/D-Programming-Language/dmd/commit/b32a5205390f69e3fc72b3acb912306f22616fbf Merge pull request #2946 from 9rnsr/fix11722 Issue 11722 - Qualifier-only casts should not invoke opCast -- Configure issuemail

[Issue 11722] Qualifier-only casts should not invoke opCast

2013-12-11 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11722 Max Samukha changed: What|Removed |Added CC||samu...@voliacable.com --- Comment #3

[Issue 11722] Qualifier-only casts should not invoke opCast

2013-12-11 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11722 yebblies changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 11722] Qualifier-only casts should not invoke opCast

2013-12-11 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11722 --- Comment #4 from Max Samukha 2013-12-11 12:20:07 PST --- I disagree. That was not necessary, unless you prove otherwise. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 11722] Qualifier-only casts should not invoke opCast

2013-12-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11722 --- Comment #5 from monarchdo...@gmail.com 2013-12-12 23:34:46 PST --- (In reply to comment #0) > This is a spin-off issue from bug 5747. > > D has a cast syntax for modifying just only the type qualifier of the operand. > > http://dlang.org

[Issue 11722] Qualifier-only casts should not invoke opCast

2013-12-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11722 --- Comment #6 from Kenji Hara 2013-12-12 23:44:33 PST --- (In reply to comment #5) > (In reply to comment #0) > > This is a spin-off issue from bug 5747. > > > > D has a cast syntax for modifying just only the type qualifier of the > > ope

[Issue 11722] Qualifier-only casts should not invoke opCast

2013-12-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11722 --- Comment #7 from monarchdo...@gmail.com 2013-12-12 23:49:57 PST --- (In reply to comment #6) > (In reply to comment #5) > > (In reply to comment #0) > > > This is a spin-off issue from bug 5747. > > > > > > D has a cast syntax for modifyin