Thread overview | ||||||||
---|---|---|---|---|---|---|---|---|
|
June 26, 2008 [Issue 2180] New: filename error with #line | ||||
---|---|---|---|---|
| ||||
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. -- |
August 29, 2008 [Issue 2180] filename error with #line | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | 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 -- |
September 18, 2008 [Issue 2180] filename error with #line | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | 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 -- |
November 24, 2008 [Issue 2180] filename error with #line | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | 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 -- |
June 10, 2011 [Issue 2180] filename error with #line | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | 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: ------- |
June 11, 2011 [Issue 2180] filename error with #line | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=2180 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |bugzilla@digitalmars.com Resolution| |FIXED --- Comment #5 from Walter Bright <bugzilla@digitalmars.com> 2011-06-11 14:23:23 PDT --- https://github.com/D-Programming-Language/dmd/commit/e406580bd92179801a9eec03690fd7d0806c6c4c -- 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