[Issue 2878] Forward reference error with circular import and nested classes

2014-04-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2878

Walter Bright  changed:

   What|Removed |Added

Version|1.042   |D1

--


[Issue 2878] Forward reference error with circular import and nested classes

2009-09-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2878


Don  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


--- Comment #5 from Don  2009-09-19 11:38:05 PDT ---
You are quite right. I was using different filenames, and stuffed up the
translation -- I still had M.Format.Field.
Yes, this is fixed in 1.047.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 2878] Forward reference error with circular import and nested classes

2009-09-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2878



--- Comment #4 from Rainer Schuetze  2009-09-19 01:01:46 
PDT ---
Hmmm, strange. I double-checked: no errors for 1.047 and 2.032, but the same
errors as in the original report for 1.046 and 2.031.

I've just copied the code from the report. Have you made any modification?

The source changes for 2.031 and 2.032 also deal with this problem, see
"mustsemantic" in class.c (though I could not see in the debugger, that the
changes in 2.032 kick in...)

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 2878] Forward reference error with circular import and nested classes

2009-09-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2878


Don  changed:

   What|Removed |Added

 CC||clugd...@yahoo.com.au


--- Comment #3 from Don  2009-09-18 15:22:42 PDT ---
(In reply to comment #2)
> I could not reproduce this bug with DMD 1.047 and DMD 2.032.

I do not get any errors from file M, only from file N. Even when using
DMD1.041, or 1.010 -- so I can't reproduce the original bug. It still fails to
compile, however -- all the file N errors are still present in 1.047 and 2.032.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 2878] Forward reference error with circular import and nested classes

2009-09-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2878


Rainer Schuetze  changed:

   What|Removed |Added

 CC||r.sagita...@gmx.de


--- Comment #2 from Rainer Schuetze  2009-09-18 01:54:02 
PDT ---
I could not reproduce this bug with DMD 1.047 and DMD 2.032.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 2878] Forward reference error with circular import and nested classes

2009-04-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2878


s...@iname.com changed:

   What|Removed |Added

 CC||s...@iname.com
OtherBugsDependingO||340
  nThis||
   Keywords||rejects-valid
Summary|Forward reference   |Forward reference error with
   ||circular import and nested
   ||classes




--- Comment #1 from s...@iname.com  2009-04-22 20:17 ---
This could be related to bug 102.  Except that this one compiles without error
if N is given on the command line first.


--