digitalmars.D.bugs - [Issue 2180] New: filename error with #line
- d-bugmail puremagic.com Jun 26 2008
- d-bugmail puremagic.com Aug 29 2008
- d-bugmail puremagic.com Sep 18 2008
- d-bugmail puremagic.com Nov 24 2008
- d-bugmail puremagic.com Jun 10 2011
http://d.puremagic.com/issues/show_bug.cgi?id=2180 Summary: filename error with #line Product: D Version: 1.029 Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: bugzilla digitalmars.com ReportedBy: shro8822 vandals.uidaho.edu given this code: #line 1 "Tree.cs" class Concept { } class Category { private Concept Concept; } this error message is generated: Tree.cs(6): Error: Concept is used as a type bug.d(6): variable bug.Category.Concept voids have no value The file name in the second message is wrong. --
Jun 26 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2180 ------- Comment #1 from shro8822 vandals.uidaho.edu 2008-08-29 17:35 ------- BUMP Just ran into this again --
Aug 29 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2180 ------- Comment #2 from shro8822 vandals.uidaho.edu 2008-09-18 16:45 ------- related http://d.puremagic.com/issues/show_bug.cgi?id=2360 --
Sep 18 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2180 ------- Comment #3 from shro8822 vandals.uidaho.edu 2008-11-24 12:27 ------- related to: issue 2360 issue 2397 --
Nov 24 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2180 kennytm gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch CC| |kennytm gmail.com --- Comment #4 from kennytm gmail.com 2011-06-10 12:05:46 PDT --- DMD pull #103. https://github.com/D-Programming-Language/dmd/pull/103 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 10 2011









d-bugmail puremagic.com 