digitalmars.D.bugs - [Issue 10505] New: anonymous enum members cannot have different types
- d-bugmail puremagic.com (24/24) Jun 29 2013 http://d.puremagic.com/issues/show_bug.cgi?id=10505
- d-bugmail puremagic.com (10/10) Jun 29 2013 http://d.puremagic.com/issues/show_bug.cgi?id=10505
- d-bugmail puremagic.com (6/6) Jun 30 2013 http://d.puremagic.com/issues/show_bug.cgi?id=10505
- d-bugmail puremagic.com (11/11) Jun 30 2013 http://d.puremagic.com/issues/show_bug.cgi?id=10505
- d-bugmail puremagic.com (12/12) Jun 30 2013 http://d.puremagic.com/issues/show_bug.cgi?id=10505
- d-bugmail puremagic.com (9/9) Jun 30 2013 http://d.puremagic.com/issues/show_bug.cgi?id=10505
http://d.puremagic.com/issues/show_bug.cgi?id=10505 Summary: anonymous enum members cannot have different types Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: henning still-hidden.de PDT --- enum { a = true, b = 10.0f } --- main.d(3): Error: cannot implicitly convert expression (10.0000) of type float to bool --- -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 29 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10505 Henning Pohl <henning still-hidden.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull, rejects-valid PDT --- https://github.com/D-Programming-Language/dmd/pull/2277 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 29 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10505 I cannot think this is valid. What part of the spec justify this? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 30 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10505 Kenji Hara <k.hara.pg gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |regression From the discussion on github, I confirmed that this is a compiler regression in 2.064alpha. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 30 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10505 Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/cf9547c603cf0476844bc5d800e4172a26755814 fix issue 10505 - anonymous enum members cannot have different types https://github.com/D-Programming-Language/dmd/commit/7eb666b0afd4524c54fa96a7dce1d9640a36d4e3 [REG2.064a] fix issue 10505 - anonymous enum members cannot have different types -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 30 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10505 Kenji Hara <k.hara.pg gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 30 2013