Thread overview | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
June 27, 2009 [Issue 3096] New: EnumBaseType | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=3096 Summary: EnumBaseType Product: D Version: 2.030 Platform: x86 OS/Version: Windows Status: NEW Severity: trivial Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: tim.matthews7@gmail.com from: http://digitalmars.com/d/2.0/enum.html "If the EnumBaseType is not explicitly set, and the first EnumMember has an initializer, it is set to the type of that initializer. Otherwise, it defaults to type int." module test; enum LongEnum { SomeLong = 2147772029 //initializer } void main() { } test.d(5): Error: cannot implicitly convert expression (2147772029L) of type long to int -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
May 31, 2013 [Issue 3096] EnumBaseType | ||||
---|---|---|---|---|
| ||||
Posted in reply to tim.matthews7@gmail.com | http://d.puremagic.com/issues/show_bug.cgi?id=3096 Henning Pohl <henning@still-hidden.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull CC| |henning@still-hidden.de --- Comment #1 from Henning Pohl <henning@still-hidden.de> 2013-05-31 15:10:07 PDT --- https://github.com/D-Programming-Language/dmd/pull/2112 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
June 01, 2013 [Issue 3096] EnumBaseType | ||||
---|---|---|---|---|
| ||||
Posted in reply to tim.matthews7@gmail.com | http://d.puremagic.com/issues/show_bug.cgi?id=3096 --- Comment #2 from Henning Pohl <henning@still-hidden.de> 2013-06-01 04:13:11 PDT --- New pull request: https://github.com/D-Programming-Language/dmd/pull/2115 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
June 28, 2013 [Issue 3096] EnumBaseType | ||||
---|---|---|---|---|
| ||||
Posted in reply to tim.matthews7@gmail.com | http://d.puremagic.com/issues/show_bug.cgi?id=3096 --- Comment #3 from github-bugzilla@puremagic.com 2013-06-28 07:03:53 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/88ebe192d605bd8d4b5768e8a2500f54d73fb5fd fix issue 3096 - EnumBaseType https://github.com/D-Programming-Language/dmd/commit/3f08d7fcafcdcfcf736eba076c696613c9b5247d Merge pull request #2115 from hpohl/3096 fix issue 3096 - EnumBaseType -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
June 28, 2013 [Issue 3096] EnumBaseType | ||||
---|---|---|---|---|
| ||||
Posted in reply to tim.matthews7@gmail.com | http://d.puremagic.com/issues/show_bug.cgi?id=3096 Kenji Hara <k.hara.pg@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Platform|x86 |All Resolution| |FIXED OS/Version|Windows |All -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
July 03, 2013 [Issue 3096] EnumBaseType | ||||
---|---|---|---|---|
| ||||
Posted in reply to tim.matthews7@gmail.com | http://d.puremagic.com/issues/show_bug.cgi?id=3096 Andrej Mitrovic <andrej.mitrovich@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |timon.gehr@gmx.ch --- Comment #4 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2013-07-03 10:43:06 PDT --- *** Issue 10531 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
August 30, 2013 [Issue 3096] EnumBaseType | ||||
---|---|---|---|---|
| ||||
Posted in reply to tim.matthews7@gmail.com | http://d.puremagic.com/issues/show_bug.cgi?id=3096 hsteoh@quickfur.ath.cx changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hsteoh@quickfur.ath.cx --- Comment #5 from hsteoh@quickfur.ath.cx 2013-08-30 14:06:44 PDT --- Commit 88ebe192d605bd8d4b5768e8a2500f54d73fb5fd introduced regression issue #10555. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
August 30, 2013 [Issue 3096] EnumBaseType | ||||
---|---|---|---|---|
| ||||
Posted in reply to tim.matthews7@gmail.com | http://d.puremagic.com/issues/show_bug.cgi?id=3096 --- Comment #6 from hsteoh@quickfur.ath.cx 2013-08-30 14:07:30 PDT --- Sigh, let's try that again: issue #10555 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation