Jump to page: 1 26  
Page
Thread overview
DMD 0.161 release
Jun 20, 2006
Walter Bright
Jun 20, 2006
Chris Miller
Jun 20, 2006
BCS
Jun 21, 2006
Lionello Lunesu
Jun 21, 2006
BCS
Jun 20, 2006
Chris Miller
Jun 20, 2006
Frank Benoit
Jun 20, 2006
Bruno Medeiros
Jun 20, 2006
Walter Bright
Jun 20, 2006
Walter Bright
Jun 20, 2006
Kirk McDonald
Jun 20, 2006
David Medlock
Jun 20, 2006
Walter Bright
Jun 20, 2006
Tom S
Jun 20, 2006
Stewart Gordon
Jun 20, 2006
Walter Bright
Jun 20, 2006
BCS
Jun 20, 2006
Walter Bright
Jun 21, 2006
xs0
Jun 21, 2006
Walter Bright
Jun 21, 2006
BCS
Jun 21, 2006
xs0
Jun 22, 2006
BenHinkle
Jun 22, 2006
xs0
Jun 22, 2006
Ben Hinkle
Jun 22, 2006
xs0
Jun 22, 2006
BCS
Jun 22, 2006
BenHinkle
Jun 22, 2006
Roberto Mariottini
Jun 22, 2006
Stewart Gordon
Jun 22, 2006
Derek Parnell
Jun 23, 2006
BCS
Jun 23, 2006
Derek Parnell
Jun 23, 2006
Bruno Medeiros
Jun 23, 2006
BCS
Jun 23, 2006
Walter Bright
Jun 20, 2006
clayasaurus
Jun 20, 2006
daniel.keep.lists
Jun 20, 2006
Walter Bright
Jun 20, 2006
Rémy Mouëza
Jun 21, 2006
Derek Parnell
Jun 29, 2006
Oskar Linde
Jun 30, 2006
Lionello Lunesu
Jul 01, 2006
Bruno Medeiros
Jun 29, 2006
David Medlock
Jun 20, 2006
Jeremy
Jun 20, 2006
Walter Bright
Jun 20, 2006
Vladimir
Jun 20, 2006
Walter Bright
Jun 23, 2006
Ivan Senji
June 20, 2006
Mostly bug fixes.

http://www.digitalmars.com/d/changelog.html
June 20, 2006
On Tue, 20 Jun 2006 02:03:08 -0400, Walter Bright <newshound@digitalmars.com> wrote:

> Mostly bug fixes.
>
> http://www.digitalmars.com/d/changelog.html


Wow, that new literal delegate syntax is crazy but I like it.

I suggest changing word lambda to literal on the changelog since lambda isn't mentioned in the spec and no need to make things more confusing.

- Chris
June 20, 2006
About this literal delegate syntax, there seems to be an ambiguity:
   void delegate() foo = { }; // Thinks it's a struct initializer.
   void delegate() foo = ( { } ); // Workaround.
June 20, 2006
Walter Bright schrieb:
> Mostly bug fixes.
> 
> http://www.digitalmars.com/d/changelog.html

Thanks. Especially for 106.
June 20, 2006
Walter Bright wrote:
> Mostly bug fixes.
> 
> http://www.digitalmars.com/d/changelog.html

Great update, lots of bugfixes, and the shorter delegate syntax looks awesome!

It says "Fixed Bugzilla 53 according to Bruno's analysis" but I don't know anything about bug 53. Did you meant Oskar, or perhaps bug 47?

-- 
Bruno Medeiros - CS/E student
http://www.prowiki.org/wiki4d/wiki.cgi?BrunoMedeiros#D
June 20, 2006
Walter Bright wrote:
> Mostly bug fixes.
> 
> http://www.digitalmars.com/d/changelog.html

> Added opIn_r operator overload.

Excellent! I have just the use for that in this Python thing...

> New function template syntax.

So now that it's documented, it's here to stay and I can feel safe playing with it? Cool.

-Kirk McDonald
June 20, 2006
Walter Bright wrote:
> Mostly bug fixes.
> 
> http://www.digitalmars.com/d/changelog.html

New delegate syntax looks great, can't wait to try it!

-DavidM
June 20, 2006
Walter Bright wrote:
> Mostly bug fixes.
> 
> http://www.digitalmars.com/d/changelog.html

Thanks, Walter :) Nice list of bug fixes ! I also dig the new features :D


-- 
Tomasz Stachowiak  /+ a.k.a. h3r3tic +/
June 20, 2006
Walter Bright wrote:
> Mostly bug fixes.
> 
> http://www.digitalmars.com/d/changelog.html

"Shadowing local variable declarations is now deprecated."

I thought it had always been illegal by the spec.


"Folded in D.bugs/7509"

You seem to have slipped up here:

"What's needed is an error handling philosophy and methodology such that:
[...]
    * 'Quick and dirty' utilities to be written that still correctly handle errors."

s/to/can


"Fixed Bugzilla 57  in 0.151"

Why is this in the changelog for 0.161?


"Fixed Bugzilla 36  (better error message)"
"Fixed Bugzilla 85  (now issues error message)"

And they're also marked as fixed in Bugzilla.  However, at the moment I can't seem to find the bit of the spec that indicates that either is illegal code.

Stewart.
June 20, 2006
Walter Bright wrote:
> Mostly bug fixes.
> 
> http://www.digitalmars.com/d/changelog.html

thanks!
« First   ‹ Prev
1 2 3 4 5 6