Jump to page: 1 2
Thread overview
dmd 1.066 and 2.051 release
Dec 21, 2010
Walter Bright
Dec 21, 2010
Walter Bright
Dec 21, 2010
Walter Bright
Dec 21, 2010
Jimmy Cao
Dec 21, 2010
Walter Bright
Dec 21, 2010
bearophile
Dec 24, 2010
Walter Bright
Dec 24, 2010
bearophile
Dec 24, 2010
Caligo
Dec 24, 2010
Ali Çehreli
Dec 25, 2010
Jonathan M Davis
Dec 25, 2010
Ali Çehreli
Dec 25, 2010
Jonathan M Davis
Dec 25, 2010
Caligo
Dec 25, 2010
Ali Çehreli
Dec 31, 2010
Thomas Mader
December 21, 2010
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
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
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
Linky:

http://www.digitalmars.com/d/2.0/phobos/std_mathspecial.html
December 21, 2010
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
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
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
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
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
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!
« First   ‹ Prev
1 2