D - DMD 0.76 release
- Walter (3/3) Nov 21 2003 Renamed the operator overloads. Let's get this over with!
- Hauke Duden (8/8) Nov 22 2003 We got the "is" keyword! Let's hear it for Walter! ;)
-
Walter
(6/14)
Nov 22 2003
See, I do read this ng
. - Luna Kid (2/5) Nov 24 2003 Coooool, thanks! ;)
- Charles Sanders (5/13) Nov 24 2003 Booo, what are we going to have to have words for all operators now ?
- Berin Loritsch (4/11) Nov 24 2003 With releases, can we include a link to the downloadable?
- Andrew Edwards (1/12) Nov 24 2003
- Berin Loritsch (3/23) Nov 24 2003 I'm sorry, did you intend to add something to this? It seems to have be...
- Andrew Edwards (9/11) Nov 24 2003 Sorry,
Renamed the operator overloads. Let's get this over with! Hopefully, the module import problems are fixed. http://www.digitalmars.com/d/changelog.html
Nov 21 2003
We got the "is" keyword! Let's hear it for Walter! ;) Small bug in the documentation, though. On the Expressions page there are still entries "RelExpression === RelExpression" and "RelExpression !== RelExpression". No "is" there. That reminds me: is there an operator "is not" or "!is" or something similar that's just missing from the docs? Or do we have to write "!(a is b)"? Hauke
Nov 22 2003
"Hauke Duden" <H.NS.Duden gmx.net> wrote in message news:bpnhbi$2bsk$1 digitaldaemon.com...We got the "is" keyword! Let's hear it for Walter! ;)See, I do read this ng <g>.Small bug in the documentation, though. On the Expressions page there are still entries "RelExpression === RelExpression" and "RelExpression !== RelExpression". No "is" there.Thanks, I'll go fix it.That reminds me: is there an operator "is not" or "!is" or something similar that's just missing from the docs?No.Or do we have to write "!(a is b)"?Correct.
Nov 22 2003
"Hauke Duden" <H.NS.Duden gmx.net> wrote in message news:bpnhbi$2bsk$1 digitaldaemon.com...Coooool, thanks! ;) Sz.We got the "is" keyword! Let's hear it for Walter! ;)
Nov 24 2003
Booo, what are we going to have to have words for all operators now ? :) C "Hauke Duden" <H.NS.Duden gmx.net> wrote in message news:bpnhbi$2bsk$1 digitaldaemon.com...We got the "is" keyword! Let's hear it for Walter! ;) Small bug in the documentation, though. On the Expressions page there are still entries "RelExpression === RelExpression" and "RelExpression !== RelExpression". No "is" there. That reminds me: is there an operator "is not" or "!is" or something similar that's just missing from the docs? Or do we have to write "!(a is b)"? Hauke
Nov 24 2003
Walter wrote:Renamed the operator overloads. Let's get this over with! Hopefully, the module import problems are fixed. http://www.digitalmars.com/d/changelog.htmlWith releases, can we include a link to the downloadable? Also, the link on the website (at least that I could find) still points to dmd 0.75, where can I get 0.76?
Nov 24 2003
In article <bpt81p$1d0v$1 digitaldaemon.com>, Berin Loritsch says...Walter wrote:Renamed the operator overloads. Let's get this over with! Hopefully, the module import problems are fixed. http://www.digitalmars.com/d/changelog.htmlWith releases, can we include a link to the downloadable? Also, the link on the website (at least that I could find) still points to dmd 0.75, where can I get 0.76?
Nov 24 2003
Andrew Edwards wrote:In article <bpt81p$1d0v$1 digitaldaemon.com>, Berin Loritsch says...I'm sorry, did you intend to add something to this? It seems to have been cut off.Walter wrote:Renamed the operator overloads. Let's get this over with! Hopefully, the module import problems are fixed. http://www.digitalmars.com/d/changelog.htmlWith releases, can we include a link to the downloadable? Also, the link on the website (at least that I could find) still points to dmd 0.75, where can I get 0.76?
Nov 24 2003
Berin Loritsch says...I'm sorry, did you intend to add something to this? It seems to have been cut off.Sorry, At the top of the page http://www.digitalmars.com/d/changelog.html is a list of "What's new for D ...". Look towards the end of that list and you will find a D compiler link. This is the link to the most current version of the compiler. I have downloaded it twice since v0.76 was released and in both cases it was the correct version. Cheers, Andrew
Nov 24 2003