[Issue 8686] Tuple cannot define with type that has only mutable opEquals

2012-09-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8686 Kenji Hara changed: What|Removed |Added Keywords||pull, rejects-valid --- Comment #1 from K

[Issue 8686] Tuple cannot define with type that has only mutable opEquals

2012-09-18 Thread d-bugmail
/414ca6ffd211940d55d598e8a751090fb362da4c fix Issue 8686 - Tuple cannot define with type that has only mutable opEquals We cannot show better error message for mismatching tuple lengths, because compiler would *always* try to instantiate const opEquals. I also added tests for exhaustive opEquals signatures - const or mutable, and

[Issue 8686] Tuple cannot define with type that has only mutable opEquals

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