Jump to page: 1 2 3
Thread overview
DMD 0.82 release
Mar 30, 2004
Walter
Mar 30, 2004
John Reimer
Mar 30, 2004
Ivan Senji
Mar 30, 2004
Walter
Mar 30, 2004
Ivan Senji
Mar 30, 2004
imr1984
Mar 30, 2004
J Anderson
Mar 30, 2004
imr1984
Mar 30, 2004
J Anderson
Mar 30, 2004
Manfred Nowak
Mar 30, 2004
Walter
Mar 31, 2004
Matthew
Mar 31, 2004
J Anderson
Mar 31, 2004
John Reimer
Mar 31, 2004
Matthew
Apr 01, 2004
Walter
Apr 01, 2004
Phill
Mar 30, 2004
Kris
Apr 02, 2004
s31552
Apr 07, 2004
Brad Anderson
Apr 10, 2004
Walter
Apr 10, 2004
Brad Anderson
Apr 07, 2004
Stewart Gordon
Apr 07, 2004
Derek Parnell
Apr 08, 2004
larry cowan
Apr 15, 2004
Stewart Gordon
March 30, 2004
Concentrating on fixing bugs and stabilizing things.

http://www.digitalmars.com/d/changelog.html



March 30, 2004
Walter wrote:
> Concentrating on fixing bugs and stabilizing things.
> 
> http://www.digitalmars.com/d/changelog.html
> 

Yay! It fixed some issues with forward references!

Thanks a bunch!


March 30, 2004
Great!
But: can i ask you please to comment on the operator overloading subject
that was discussed some tiem ago:
With classes A and B

a*b
works if exists A.opMul(B) or B.opMul_r(A)
but doesn't work if B.opMul_r(A) exist and (for example) A.opMul(int)
exists.

Is this the bahaviour that we should expect to change or is this intentional?

"Walter" <walter@digitalmars.com> wrote in message news:c4bddj$2pd3$2@digitaldaemon.com...
> Concentrating on fixing bugs and stabilizing things.
>
> http://www.digitalmars.com/d/changelog.html
>
>
>


March 30, 2004
In article <c4bddj$2pd3$2@digitaldaemon.com>, Walter says...
>
>Concentrating on fixing bugs and stabilizing things.
>
>http://www.digitalmars.com/d/changelog.html
>
>
>
why hasnt the changelog page hasnt been updated ?


March 30, 2004
imr1984 wrote:

>In article <c4bddj$2pd3$2@digitaldaemon.com>, Walter says...
>  
>
>>Concentrating on fixing bugs and stabilizing things.
>>
>>http://www.digitalmars.com/d/changelog.html
>>
>>
>>
>>    
>>
>why hasnt the changelog page hasnt been updated ?
>

It has, just the D 0.82 link is missing. <#new082>

-- 
-Anderson: http://badmama.com.au/~anderson/
March 30, 2004
In article <c4bo5l$832$2@digitaldaemon.com>, J Anderson says...
>
>imr1984 wrote:
>
>>In article <c4bddj$2pd3$2@digitaldaemon.com>, Walter says...
>> 
>>
>>>Concentrating on fixing bugs and stabilizing things.
>>>
>>>http://www.digitalmars.com/d/changelog.html
>>>
>>>
>>>
>>> 
>>>
>>why hasnt the changelog page hasnt been updated ?
>>
>
>It has, just the D 0.82 link is missing. <#new082>
>
>-- 
>-Anderson: http://badmama.com.au/~anderson/

right so where is it? im confused :(


March 30, 2004
imr1984 wrote:

>right so where is it? im confused :(
> 
>

      What's New for D 0.82

/Mar 28, 2004/


        Bugs Fixed

    * Some cases of forward referenced classes are now handled.
    * Illegal recursive alias declarations now correctly diagnosed.
    * Erroneous anonymous struct member offsets within unions fixed.
    * Fixed problem with array initializers for consts.
    * Fixed bug with intrinsics.
    * Can now slice a void[].
    * std.date: fixed dst calculation for zones with no dst.
    * Fixed bug with nested delegate literals.
    * Fixed overload inheritance bug with function aliases from base
      classes.
    * Added files gnuc.h, mem.h, mem.c, port.h, enum.h, and enum.c to
      the \dmd\src\dmd.
    * Fixed seg fault on forward reference to template.
    * Fixed std.date.getUTCtime() for linux.


-- 
-Anderson: http://badmama.com.au/~anderson/



March 30, 2004
"Ivan Senji" <ivan.senji@public.srce.hr> wrote in message news:c4bhfq$2vdc$1@digitaldaemon.com...
> Great!
> But: can i ask you please to comment on the operator overloading subject
> that was discussed some tiem ago:
> With classes A and B
>
> a*b
> works if exists A.opMul(B) or B.opMul_r(A)
> but doesn't work if B.opMul_r(A) exist and (for example) A.opMul(int)
> exists.
>
> Is this the bahaviour that we should expect to change or is this intentional?

It's on my list of things to look at. Is it an immediate problem?


March 30, 2004
Walter wrote:

> Concentrating on fixing bugs and stabilizing things.

mmfile.d is missing in the source of phobos

So long!
March 30, 2004
"Walter" <walter@digitalmars.com> wrote in message news:c4c6it$100e$1@digitaldaemon.com...
>
> It's on my list of things to look at. Is it an immediate problem?
>

Some people think it isn't, i think it is important.


« First   ‹ Prev
1 2 3