Thread overview | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
December 21, 2010 dmd 1.066 and 2.051 release | ||||
---|---|---|---|---|
| ||||
This is another bug fix release. http://www.digitalmars.com/d/1.0/changelog.html http://ftp.digitalmars.com/dmd.1.066.zip http://www.digitalmars.com/d/2.0/changelog.html http://ftp.digitalmars.com/dmd.2.051.zip |
December 21, 2010 Re: dmd 1.066 and 2.051 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | On Tue, 21 Dec 2010 00:38:17 -0800, Walter Bright wrote:
> This is another bug fix release.
>
> http://www.digitalmars.com/d/1.0/changelog.html http://ftp.digitalmars.com/dmd.1.066.zip
>
> http://www.digitalmars.com/d/2.0/changelog.html http://ftp.digitalmars.com/dmd.2.051.zip
Awesome! :)
This is the release that finally makes pure and nothrow usable! Also, I'm very thrilled about the changes to the math stuff, in particular the addition of std.mathspecial.
...for which the documentation seems to be missing, by the way.
-Lars
|
December 21, 2010 Re: dmd 1.066 and 2.051 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Lars T. Kyllingstad | Lars T. Kyllingstad wrote:
> This is the release that finally makes pure and nothrow usable! Also, I'm very thrilled about the changes to the math stuff, in particular the addition of std.mathspecial.
>
> ...for which the documentation seems to be missing, by the way.
Should be up now.
|
December 21, 2010 Re: dmd 1.066 and 2.051 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | Linky: http://www.digitalmars.com/d/2.0/phobos/std_mathspecial.html |
December 21, 2010 Re: dmd 1.066 and 2.051 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright Attachments:
| Thanks for all the hard work. Perhaps take a break to see the eclipse? On Tue, Dec 21, 2010 at 2:59 AM, Walter Bright <newshound2@digitalmars.com>wrote: > Linky: > > http://www.digitalmars.com/d/2.0/phobos/std_mathspecial.html > |
December 21, 2010 Re: dmd 1.066 and 2.051 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jimmy Cao | Jimmy Cao wrote:
> Thanks for all the hard work.
A lot of people contributed to this release, in the form of new library modules, patches, bug reports & fixes, and testing. Pretty much every release is more and more of a community effort.
|
December 21, 2010 Re: dmd 1.066 and 2.051 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | I see several little steps forward for D/DMD in this release :-) For the next few releases I suggest to focus the efforts on the bug-fixing efforts that may break future D2 code a little. It's _much_ better to break it now that later. Some comments: - dmd2\windows\bin contains an almost empty .exe file. - Issue 2751: wasn't it fixed in 2.027? - Issue 3112: even associative array lookups and failed asserts... I didn't know this. - I have closed bug 5020. 4773 depends on it. Regarding Issue 3554, this program, compiled with -w: /// Return a random number in [0, 10) void foo() {} void main() {} Prints: test3.d(2): Warning: Ddoc: Stray ')'. This may cause incorrect Ddoc output. Use $(RPAREN) instead for unpaired right parentheses. But the generated HTML is correct. So is the warning necessary still? Bye, bearophile |
December 24, 2010 Re: dmd 1.066 and 2.051 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | Walter Bright Wrote: > This is another bug fix release. > > http://www.digitalmars.com/d/1.0/changelog.html http://ftp.digitalmars.com/dmd.1.066.zip > > http://www.digitalmars.com/d/2.0/changelog.html http://ftp.digitalmars.com/dmd.2.051.zip I think it was overlooked on the changelog but red black tree has finally made it into std.container. See announcement here: http://lists.puremagic.com/pipermail/phobos/2010-December/003619.html -Steve |
December 24, 2010 Re: dmd 1.066 and 2.051 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Steven Schveighoffer | On 12/23/10 10:27 PM, Steven Schveighoffer wrote:
> Walter Bright Wrote:
>
>> This is another bug fix release.
>>
>> http://www.digitalmars.com/d/1.0/changelog.html
>> http://ftp.digitalmars.com/dmd.1.066.zip
>>
>> http://www.digitalmars.com/d/2.0/changelog.html
>> http://ftp.digitalmars.com/dmd.2.051.zip
>
> I think it was overlooked on the changelog but red black tree has finally made it into std.container. See announcement here: http://lists.puremagic.com/pipermail/phobos/2010-December/003619.html
>
> -Steve
Apologies for that. This is a major addition! Walter, I just updated the changelog, would you mind updating the website? Thanks, and many thanks to Steve who contributed the most complex container yet to std.container!
Andrei
|
December 24, 2010 Re: dmd 1.066 and 2.051 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrei Alexandrescu | Andrei Alexandrescu wrote:
> On 12/23/10 10:27 PM, Steven Schveighoffer wrote:
>> Walter Bright Wrote:
>>
>>> This is another bug fix release.
>>>
>>> http://www.digitalmars.com/d/1.0/changelog.html
>>> http://ftp.digitalmars.com/dmd.1.066.zip
>>>
>>> http://www.digitalmars.com/d/2.0/changelog.html
>>> http://ftp.digitalmars.com/dmd.2.051.zip
>>
>> I think it was overlooked on the changelog but red black tree has finally made it into std.container. See announcement here: http://lists.puremagic.com/pipermail/phobos/2010-December/003619.html
>>
>> -Steve
>
> Apologies for that. This is a major addition! Walter, I just updated the changelog, would you mind updating the website? Thanks, and many thanks to Steve who contributed the most complex container yet to std.container!
Done! Thanks, Steve!
|
Copyright © 1999-2021 by the D Language Foundation