April 13, 2012 dmd 1.074 and 2.059 release | ||||
---|---|---|---|---|
| ||||
Another big pile of bug fixes. More contributors than ever! http://www.digitalmars.com/d/1.0/changelog.html http://ftp.digitalmars.com/dmd.1.074.zip http://www.digitalmars.com/d/2.0/changelog.html https://github.com/downloads/D-Programming-Language/dmd/dmd.2.059.zip Note that the changelogs on dlang.org haven't been updated yet. Hope to get that done soon. |
April 13, 2012 Re: dmd 1.074 and 2.059 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | On 2012-04-13 07:53, Walter Bright wrote: > Another big pile of bug fixes. More contributors than ever! > > http://www.digitalmars.com/d/1.0/changelog.html > http://ftp.digitalmars.com/dmd.1.074.zip > > http://www.digitalmars.com/d/2.0/changelog.html > https://github.com/downloads/D-Programming-Language/dmd/dmd.2.059.zip > > Note that the changelogs on dlang.org haven't been updated yet. Hope to > get that done soon. Another awesome release. Keep up the good work everyone :) -- /Jacob Carlborg |
April 13, 2012 Re: dmd 1.074 and 2.059 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | On 04/12/2012 10:53 PM, Walter Bright wrote: > Another big pile of bug fixes. More contributors than ever! > > http://www.digitalmars.com/d/1.0/changelog.html > http://ftp.digitalmars.com/dmd.1.074.zip > > http://www.digitalmars.com/d/2.0/changelog.html > https://github.com/downloads/D-Programming-Language/dmd/dmd.2.059.zip > > Note that the changelogs on dlang.org haven't been updated yet. Hope to > get that done soon. And UFCS really works! :) FibonacciSerisi().take(5).cycle().take(20).writeln(); I have to update some chapters... ;) Ali |
April 13, 2012 Re: dmd 1.074 and 2.059 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ali Çehreli Attachments: | On Thu, 12 Apr 2012 23:35:40 -0700 Ali Çehreli <acehreli@yahoo.com> wrote: > I have to update some chapters... ;) Oh noes...when we'll get new ones. :-) Sincerely, Gour -- Those who are on this path are resolute in purpose, and their aim is one. O beloved child of the Kurus, the intelligence of those who are irresolute is many-branched. http://atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810 |
April 13, 2012 Re: dmd 1.074 and 2.059 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Gour | 2.059 is red I'm drunk too It's friday night thank you too ... Not sure if that means I should drink more or less. Gonna go with more, my spelling is way to good. |
April 13, 2012 Re: dmd 1.074 and 2.059 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Bernard Helyer | On Friday, 13 April 2012 at 08:02:09 UTC, Bernard Helyer wrote:
> 2.059 is red
> I'm drunk too
> It's friday night
> thank you too
>
> ...
>
> Not sure if that means I should drink more or less. Gonna go with more, my spelling is way to good.
Well nopw I' m more drunk. 2.059 is workfing fine. :D
GOOD JOIB WALTER! :D
And evweryone else. Kenji especially.
|
April 13, 2012 Re: dmd 1.074 and 2.059 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Bernard Helyer | On 2012-04-13 10:02, Bernard Helyer wrote: > 2.059 is red > I'm drunk too > It's friday night > thank you too > > ... > > Not sure if that means I should drink more or less. Gonna go with more, > my spelling is way to good. The answer to that question is always more :) -- /Jacob Carlborg |
April 13, 2012 Re: dmd 1.074 and 2.059 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | On Friday, 13 April 2012 at 05:54:26 UTC, Walter Bright wrote:
> Another big pile of bug fixes. More contributors than ever!
>
> http://www.digitalmars.com/d/1.0/changelog.html
> http://ftp.digitalmars.com/dmd.1.074.zip
>
> http://www.digitalmars.com/d/2.0/changelog.html
> https://github.com/downloads/D-Programming-Language/dmd/dmd.2.059.zip
>
> Note that the changelogs on dlang.org haven't been updated yet. Hope to get that done soon.
Great news! Congrats to everyone involved!
You should update the Downloads & Tools page so I can mark DMD as out-of-date on the Arch Linux repo.
|
April 13, 2012 Re: dmd 1.074 and 2.059 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | On 13-04-2012 07:53, Walter Bright wrote: > Another big pile of bug fixes. More contributors than ever! > > http://www.digitalmars.com/d/1.0/changelog.html > http://ftp.digitalmars.com/dmd.1.074.zip > > http://www.digitalmars.com/d/2.0/changelog.html > https://github.com/downloads/D-Programming-Language/dmd/dmd.2.059.zip > > Note that the changelogs on dlang.org haven't been updated yet. Hope to > get that done soon. Hooray! *Waits for .debs...* -- - Alex |
April 13, 2012 Re: dmd 1.074 and 2.059 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | "Strive to make toHash, toString, opEquals and opCmp functions pure, nothrow, const and @safe. Soon, this will become a requirement." man, that's a lot of decorations. This kind of thing makes me thing we should have opposites: impure, maythrow, mutable, and @system. And virtual, while I'm at it. Then it might be a lil easier to just go module lots.of.decorations; pure: const: @safe: nothrow: and undecorate as needed. We seem to be moving in this kind of direction. |
Copyright © 1999-2021 by the D Language Foundation