digitalmars.D.bugs - [Issue 4786] New: enum of run-time array length
- d-bugmail puremagic.com (23/23) Sep 01 2010 http://d.puremagic.com/issues/show_bug.cgi?id=4786
- d-bugmail puremagic.com (10/10) Sep 01 2010 http://d.puremagic.com/issues/show_bug.cgi?id=4786
- d-bugmail puremagic.com (10/10) Sep 01 2010 http://d.puremagic.com/issues/show_bug.cgi?id=4786
- d-bugmail puremagic.com (11/11) Jun 26 2011 http://d.puremagic.com/issues/show_bug.cgi?id=4786
http://d.puremagic.com/issues/show_bug.cgi?id=4786
Summary: enum of run-time array length
Product: D
Version: D2
Platform: x86
OS/Version: Windows
Status: NEW
Keywords: accepts-invalid
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody puremagic.com
ReportedBy: bearophile_hugs eml.cc
This compiles with no errors with DMD 2.048, but I think it's a bug, because
args.length is a value known only at a run-time, while enum is for values known
at compile-time:
void main(string[] args) {
enum int n = args.length;
}
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Sep 01 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4786
Don <clugdbug yahoo.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |clugdbug yahoo.com.au
It's definitely a bug. Have a look at bug 2414 for a more humorous example.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Sep 01 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4786
nfxjfg gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nfxjfg gmail.com
Possibly related to bug 4397?
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Sep 01 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4786
bearophile_hugs eml.cc changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
In DMD 2.053 it gives an error message.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jun 26 2011









d-bugmail puremagic.com 