June 11, 2013
On 6/11/2013 1:29 PM, Andrej Mitrovic wrote:
> On 6/11/13, Walter Bright <walter@digitalmars.com> wrote:
>> Were those regression fixes?
> No, but why does it matter? RDMD is a separate project, which happens
> to be distributed with DMD. Why not keep the latest version of RDMD
> with the latest version of the compiler?
>

Because that goes against the grain of what a point release is supposed to be. It's only for regressions, it is not for adding more features, etc. The latter is for the next version, 2.064.

_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

June 11, 2013
On 6/11/13, Walter Bright <walter@digitalmars.com> wrote:
> It's only for regressions, it is not for adding more features, etc.

Ok, I've closed the report.
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

June 12, 2013
On 6/11/13, Walter Bright <walter@digitalmars.com> wrote:
>
> http://ftp.digitalmars.com/dmd2beta.zip

It might be worth pulling the fix for the __MODULE__ bug once the pull request is green:

http://d.puremagic.com/issues/show_bug.cgi?id=10339 https://github.com/D-Programming-Language/dmd/pull/2165

__MODULE__ was introduced in 2.063, so it may be considered a
regression -- worth pulling into the 2.063.2 release.
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

June 11, 2013
On 6/11/2013 5:26 PM, Andrej Mitrovic wrote:
> It might be worth pulling the fix for the __MODULE__ bug once the pull
> request is green:
>
> http://d.puremagic.com/issues/show_bug.cgi?id=10339
> https://github.com/D-Programming-Language/dmd/pull/2165
>
> __MODULE__ was introduced in 2.063, so it may be considered a
> regression -- worth pulling into the 2.063.2 release.
>

Technically, it's not a regression. If we open the door to general bug fixing, there's no end to it.
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

June 12, 2013
Am 12.06.2013, 02:48 Uhr, schrieb Walter Bright <walter@digitalmars.com>:

> Technically, it's not a regression. If we open the door to general bug fixing, there's no end to it.

What you try to prevent in general is clear. Though in this specific case the change is one simple line of code to complete the implementation of __MODULE__ from 2.063. As a user I'd expect such "hot fixes" and regression fixes to make it into a point release.

Best regards,
Marco
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

1 2
Next ›   Last »