[Issue 3731] Derived class implicitly convertible to base class with arbitrary change of constancy

2012-07-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3731 --- Comment #15 from github-bugzi...@puremagic.com 2012-07-18 00:08:12 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 3731] Derived class implicitly convertible to base class with arbitrary change of constancy

2012-07-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3731 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3731] Derived class implicitly convertible to base class with arbitrary change of constancy

2012-04-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3731 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added CC|

[Issue 3731] Derived class implicitly convertible to base class with arbitrary change of constancy

2012-04-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3731 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added CC||d...@me.com

[Issue 3731] Derived class implicitly convertible to base class with arbitrary change of constancy

2012-03-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3731 --- Comment #10 from Steven Schveighoffer schvei...@yahoo.com 2012-03-26 03:11:50 PDT --- (In reply to comment #9) (In reply to comment #1) The solution would be to make it illegal to have a mutable class reference to the base class.

[Issue 3731] Derived class implicitly convertible to base class with arbitrary change of constancy

2012-03-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3731 --- Comment #11 from Stewart Gordon s...@iname.com 2012-03-26 03:57:16 PDT --- (In reply to comment #10) I think you misunderstand. I don't mean because Stala exists, Zmienna should be prevented from being mutable, even for cases where

[Issue 3731] Derived class implicitly convertible to base class with arbitrary change of constancy

2012-03-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3731 Stewart Gordon s...@iname.com changed: What|Removed |Added Summary|Can implicitly cast an |Derived class implicitly