[Issue 8442] [2.060 beta] Empty array enum not treated as immutable
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Jul 28 02:24:50 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8442
--- Comment #1 from github-bugzilla at puremagic.com 2012-07-28 02:24:43 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/99ea168b02260bbb067a5ac7783df32dfe6fad66
fix Issue 8442 - [2.060 beta] Empty array enum not treated as immutable
This is a regression of fixing issue 2006.
If empty array literal has the type T[] and T isn't void, should check proper
element type convertible (T[] to U --> T to U).
https://github.com/D-Programming-Language/dmd/commit/c607144504055bb16eb366e90e2af9e34e8bdac9
Merge pull request #1065 from 9rnsr/fix8442
Issue 8442 - [2.060 beta] Empty array enum not treated as immutable
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list