DMD 0.164 release

Tom S h3r3tic at remove.mat.uni.torun.pl
Tue Aug 15 11:09:32 PDT 2006


Bruno Medeiros wrote:
> Tom S wrote:
>> Walter Bright wrote:
>>> Bug fixes.
>>>
>>> http://www.digitalmars.com/d/changelog.html
>>
>> Seems like you have fixed some (all?) problems of the kind "a.b.X 
>> conflicts with c.d.X at banana.d(666)". Thanks ! :)
>>
>>
>> -- 
>> Tomasz Stachowiak  /* a.k.a. h3r3tic */
> 
> What problems are those? The import name (mis)conflicts?

Yup, error reports about the exact same symbols accessed thru different 
means.

b.d:
import a

c.d:
import a

d.d:
import b, c;
// try to use a => disaster

--
Tomasz Stachowiak  /* a.k.a. h3r3tic */



More information about the Digitalmars-d-announce mailing list