Re: Visual D 0.3.36 released - support for Alex Bothe's semantic analysis, LDC and profiling

2013-05-30 Thread Rainer Schuetze
On 17.05.2013 19:43, Rainer Schuetze wrote: On 12.05.2013 20:48, Walter Bright wrote: On 5/11/2013 3:39 AM, Rainer Schuetze wrote: a new version of Visual D is long overdue, so finally it is released. In addition to the usual fixes of bugs and regressions, the major highlights of this

dmd 2.063 released with 260 bugfixes and enhancements

2013-05-30 Thread Andrei Alexandrescu
Hello, We are pleased to announce that dmd 2.063, the reference compiler of the D programming language, is now available for download for OSX, Windows, and a variety of Unixen: http://dlang.org/download.html This release brings unprecedented progress over the previous ones, owing to a

Re: dmd 2.063 released with 260 bugfixes and enhancements

2013-05-30 Thread Andrei Alexandrescu
Discuss and vote on reddit! http://www.reddit.com/r/programming/comments/1fc9jt/dmd_2063_the_d_programming_language_reference/ Andrei

Re: dmd 2.063 released with 260 bugfixes and enhancements

2013-05-30 Thread Steven Schveighoffer
On Thu, 30 May 2013 11:16:28 -0400, Andrei Alexandrescu seewebsiteforem...@erdani.org wrote: For the full story, mosey to the redesigned changelog: http://dlang.org/changelog.html Holy changelog! That is awesome. Please send kudos to whoever took the time to create that. -Steve

Re: dmd 2.063 released with 260 bugfixes and enhancements

2013-05-30 Thread Andrei Alexandrescu
And hackernews! https://news.ycombinator.com/item?id=5793041 Andrei

Re: dmd 2.063 released with 260 bugfixes and enhancements

2013-05-30 Thread Gary Willoughby
For the full story, mosey to the redesigned changelog: http://dlang.org/changelog.html Awesome! Thanks.

Re: dmd 2.063 released with 260 bugfixes and enhancements

2013-05-30 Thread Andrei Alexandrescu
On 5/30/13 11:32 AM, Andrei Alexandrescu wrote: And Facebook! https://www.facebook.com/dlang.org/posts/648837555129929 Andrei

Re: dmd 2.063 released with 260 bugfixes and enhancements

2013-05-30 Thread Lars T. Kyllingstad
On Thursday, 30 May 2013 at 15:25:39 UTC, Steven Schveighoffer wrote: On Thu, 30 May 2013 11:16:28 -0400, Andrei Alexandrescu seewebsiteforem...@erdani.org wrote: For the full story, mosey to the redesigned changelog: http://dlang.org/changelog.html Holy changelog! That is awesome.

Re: dmd 2.063 released with 260 bugfixes and enhancements

2013-05-30 Thread Paulo Pinto
Am 30.05.2013 17:16, schrieb Andrei Alexandrescu: Hello, We are pleased to announce that dmd 2.063, the reference compiler of the D programming language, is now available for download for OSX, Windows, and a variety of Unixen: http://dlang.org/download.html This release brings unprecedented

Re: dmd 2.063 released with 260 bugfixes and enhancements

2013-05-30 Thread Leandro Lucarella
Steven Schveighoffer, el 30 de May a las 11:25 me escribiste: On Thu, 30 May 2013 11:16:28 -0400, Andrei Alexandrescu seewebsiteforem...@erdani.org wrote: For the full story, mosey to the redesigned changelog: http://dlang.org/changelog.html Holy changelog! That is awesome. I said it

Re: dmd 2.063 released with 260 bugfixes and enhancements

2013-05-30 Thread Simen Kjaeraas
On 2013-05-30, 17:16, Andrei Alexandrescu wrote: For the full story, mosey to the redesigned changelog: http://dlang.org/changelog.html Kudos to Andrej for this. *This* is how a great changelog looks. -- Simen

Re: dmd 2.063 released with 260 bugfixes and enhancements

2013-05-30 Thread Diggory
On Thursday, 30 May 2013 at 17:28:49 UTC, Dmitry Olshansky wrote: 30-May-2013 21:16, Simen Kjaeraas пишет: On 2013-05-30, 17:16, Andrei Alexandrescu wrote: For the full story, mosey to the redesigned changelog: http://dlang.org/changelog.html Kudos to Andrej for this. *This* is how a great

Re: dmd 2.063 released with 260 bugfixes and enhancements

2013-05-30 Thread Johannes Pfau
Am Thu, 30 May 2013 19:36:59 +0200 schrieb Diggory digg...@googlemail.com: On Thursday, 30 May 2013 at 17:28:49 UTC, Dmitry Olshansky wrote: 30-May-2013 21:16, Simen Kjaeraas пишет: On 2013-05-30, 17:16, Andrei Alexandrescu wrote: For the full story, mosey to the redesigned changelog:

Re: dmd 2.063 released with 260 bugfixes and enhancements

2013-05-30 Thread Andrej Mitrovic
On 5/30/13, Andrei Alexandrescu seewebsiteforem...@erdani.org wrote: This release brings unprecedented progress over the previous ones, owing to a explosive increase in collaboration and a concerted ongoing effort to improve process. Agreed. And recently we've had an increase in new

Re: dmd 2.063 released with 260 bugfixes and enhancements

2013-05-30 Thread Mafi
What a great release! Great work! I really like the new langugage changes. One change caught my attention: #10 The Template This Parameter now changes the member function qualifier. Does this mean that const/immutable ranges can implement a useful opSlice? Like struct MyRange!T { T[]

Re: dmd 2.063 released with 260 bugfixes and enhancements

2013-05-30 Thread Jonathan M Davis
On Thursday, May 30, 2013 20:00:24 Mafi wrote: What a great release! Great work! I really like the new langugage changes. One change caught my attention: #10 The Template This Parameter now changes the member function qualifier. Does this mean that const/immutable ranges can implement a

Re: dmd 2.063 released with 260 bugfixes and enhancements

2013-05-30 Thread Jesse Phillips
On Thursday, 30 May 2013 at 15:31:36 UTC, F i L wrote: Steven Schveighoffer wrote: Holy changelog! That is awesome. Please send kudos to whoever took the time to create that. +1, excellent work on that changelog. This is a really nice changelog. The change and rational section is

Re: dmd 2.063 released with 260 bugfixes and enhancements

2013-05-30 Thread Mafi
On Thursday, 30 May 2013 at 18:09:22 UTC, Jonathan M Davis wrote: On Thursday, May 30, 2013 20:00:24 Mafi wrote: What a great release! Great work! I really like the new langugage changes. One change caught my attention: #10 The Template This Parameter now changes the member function qualifier.

Re: dmd 2.063 released with 260 bugfixes and enhancements

2013-05-30 Thread Timon Gehr
On 05/30/2013 08:00 PM, Mafi wrote: What a great release! Great work! I really like the new langugage changes. One change caught my attention: #10 The Template This Parameter now changes the member function qualifier. Does this mean that const/immutable ranges can implement a useful opSlice?

Re: dmd 2.063 released with 260 bugfixes and enhancements

2013-05-30 Thread Jonathan M Davis
On Thursday, May 30, 2013 20:39:47 Mafi wrote: On Thursday, 30 May 2013 at 18:09:22 UTC, Jonathan M Davis wrote: On Thursday, May 30, 2013 20:00:24 Mafi wrote: What a great release! Great work! I really like the new langugage changes. One change caught my attention: #10 The Template

Re: dmd 2.063 released with 260 bugfixes and enhancements

2013-05-30 Thread Rob T
Awesome job to all contributors, it's looking much better, and yes the change log with examples is a very noticeable part of the improvement. I noted some comments about the server being under too much load. Any thought put into adding an official torrent for downloads? That may help ease up

Re: dmd 2.063 released with 260 bugfixes and enhancements

2013-05-30 Thread Piotr Szturmaj
W dniu 30.05.2013 19:16, Simen Kjaeraas pisze: On 2013-05-30, 17:16, Andrei Alexandrescu wrote: For the full story, mosey to the redesigned changelog: http://dlang.org/changelog.html Kudos to Andrej for this. *This* is how a great changelog looks. This is a very pleasant surprise to see

Re: dmd 2.063 released with 260 bugfixes and enhancements

2013-05-30 Thread Andrej Mitrovic
On 5/30/13, Andrei Alexandrescu seewebsiteforem...@erdani.org wrote: Hello, We seem to have a regression affecting the zipped release: http://d.puremagic.com/issues/show_bug.cgi?id=10215 But I can't recreate this in git-head. It must have been a specific commit the release is based on that

Re: Visual D 0.3.36 released - support for Alex Bothe's semantic analysis, LDC and profiling

2013-05-30 Thread Flamaros
On Thursday, 30 May 2013 at 12:55:29 UTC, Rainer Schuetze wrote: On 17.05.2013 19:43, Rainer Schuetze wrote: On 12.05.2013 20:48, Walter Bright wrote: On 5/11/2013 3:39 AM, Rainer Schuetze wrote: a new version of Visual D is long overdue, so finally it is released. In addition to the

Re: dmd 2.063 released with 260 bugfixes and enhancements

2013-05-30 Thread Rob T
On Thursday, 30 May 2013 at 22:04:07 UTC, Andrej Mitrovic wrote: On 5/30/13, Andrei Alexandrescu seewebsiteforem...@erdani.org wrote: Hello, We seem to have a regression affecting the zipped release: http://d.puremagic.com/issues/show_bug.cgi?id=10215 But I can't recreate this in git-head.

Re: dmd 2.063 released with 260 bugfixes and enhancements

2013-05-30 Thread Jesse Phillips
On Thursday, 30 May 2013 at 22:04:07 UTC, Andrej Mitrovic wrote: On 5/30/13, Andrei Alexandrescu seewebsiteforem...@erdani.org wrote: Hello, We seem to have a regression affecting the zipped release: http://d.puremagic.com/issues/show_bug.cgi?id=10215 But I can't recreate this in git-head.

Re: dmd 2.063 released with 260 bugfixes and enhancements

2013-05-30 Thread Nick Sabalausky
On Fri, 31 May 2013 00:41:08 +0200 Rob T al...@ucora.com wrote: On Thursday, 30 May 2013 at 22:04:07 UTC, Andrej Mitrovic wrote: On 5/30/13, Andrei Alexandrescu seewebsiteforem...@erdani.org wrote: Hello, We seem to have a regression affecting the zipped release:

Re: dmd 2.063 released with 260 bugfixes and enhancements

2013-05-30 Thread Rob T
On Friday, 31 May 2013 at 01:36:15 UTC, Nick Sabalausky wrote: That's more-or-less what already happens, the only difference is that (to my knowledge) there's no link to it on the downloads page. Although, we probably could use more time between all known regressions in beta fixed and the

Re: dmd 2.063 released with 260 bugfixes and enhancements

2013-05-30 Thread Nick Sabalausky
On Fri, 31 May 2013 03:50:51 +0200 Rob T al...@ucora.com wrote: Yes, but because there's no link on the main page and no installer, the RC's are effectively closed to the public because only people in the know will go through the trouble to get the RC's and install them. I'm only talking