http://d.puremagic.com/issues/show_bug.cgi?id=4276
Summary: CTFE error messages use random variable names
Product: D
Version: 2.041
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Jason House <[email protected]> 2010-06-05
05:04:40 PDT ---
Here's a sample that I hit:
$ dmd -c *.d -offoo
board.d(519): Error: variable __ctmp533 cannot be read at compile time
board.d(519): Error: cannot evaluate __ctmp533.this(global_random) at compile
time
Bugzilla 3801 and Bugzilla 3730 also demonstrate this behavior but are not
about error message quality.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------