DMD 0.164 release

Bruno Medeiros brunodomedeirosATgmail at SPAM.com
Wed Aug 16 03:31:34 PDT 2006


Tom S wrote:
> 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 */

There is another form that still breaks.

-- 
Bruno Medeiros - MSc in CS/E student
http://www.prowiki.org/wiki4d/wiki.cgi?BrunoMedeiros#D



More information about the Digitalmars-d-announce mailing list