February 14, 2013
Great.  And the second half of the email, which is at least as important.  Releasing with regressions has to stop.

On Feb 14, 2013, at 7:13 PM, Walter Bright <walter@digitalmars.com> wrote:

> 
> On 2/14/2013 6:48 PM, Brad Roberts wrote:
>> There's an open pull request for bug 9444.  Any reason NOT to pull it?
>> 
>> http://d.puremagic.com/issues/show_bug.cgi?id=9444 https://github.com/D-Programming-Language/phobos/pull/1135
> 
> Ok, it's in now.
> _______________________________________________
> dmd-beta mailing list
> dmd-beta@puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

February 14, 2013
On 2/14/2013 6:48 PM, Brad Roberts wrote:
> There's an open pull request for bug 9444.  Any reason NOT to pull it?
>
> http://d.puremagic.com/issues/show_bug.cgi?id=9444
> https://github.com/D-Programming-Language/phobos/pull/1135

I wasn't aware of it - it wasn't listed in the bug report. I'll add it and pull it.

> I'm disappointed that we've yet to ever hit 0 open regressions for a
> release.  That should be a minimum release criteria.
>

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

February 16, 2013
On Tuesday, February 12, 2013 12:36:41 Walter Bright wrote:
> 4 of them:
> 
> http://d.puremagic.com/issues/buglist.cgi?query_format=advanced&bug_severity =regression&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED
> 
> Anyone want to tackle any?

I don't know how big a deal this particular issue is, but I just found a new regression. You can no longer convert enums to themselves with std.conv.to:

http://d.puremagic.com/issues/show_bug.cgi?id=9523

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

February 17, 2013
On 2/17/13, Jonathan M Davis <jmdavisProg@gmx.com> wrote:
> You can no longer convert enums to themselves with std.conv.to: http://d.puremagic.com/issues/show_bug.cgi?id=9523

Pull: https://github.com/D-Programming-Language/phobos/pull/1143
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

February 16, 2013
On 2/16/2013 9:01 PM, Andrej Mitrovic wrote:
> On 2/17/13, Jonathan M Davis <jmdavisProg@gmx.com> wrote:
>> You can no longer convert enums to themselves with std.conv.to:
>> http://d.puremagic.com/issues/show_bug.cgi?id=9523
> Pull: https://github.com/D-Programming-Language/phobos/pull/1143
>


Ok, but this is the last one!
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

February 17, 2013
2013/2/17 Walter Bright <walter@digitalmars.com>

>
> On 2/16/2013 9:01 PM, Andrej Mitrovic wrote:
>
>> On 2/17/13, Jonathan M Davis <jmdavisProg@gmx.com> wrote:
>>
>>> You can no longer convert enums to themselves with std.conv.to: http://d.puremagic.com/issues/**show_bug.cgi?id=9523<http://d.puremagic.com/issues/show_bug.cgi?id=9523>
>>>
>> Pull: https://github.com/D-**Programming-Language/phobos/**pull/1143<https://github.com/D-Programming-Language/phobos/pull/1143>
>>
>
> Ok, but this is the last one!


I reviewed it, and pushed to both master and staging branch.

Kenji Hara


February 16, 2013
On 2/16/2013 10:58 PM, kenji hara wrote:
> 2013/2/17 Walter Bright <walter@digitalmars.com <mailto:walter@digitalmars.com>>
>
>
>     On 2/16/2013 9:01 PM, Andrej Mitrovic wrote:
>
>         On 2/17/13, Jonathan M Davis <jmdavisProg@gmx.com
>         <mailto:jmdavisProg@gmx.com>> wrote:
>
>             You can no longer convert enums to themselves with std.conv.to
>             <http://std.conv.to>:
>             http://d.puremagic.com/issues/show_bug.cgi?id=9523
>
>         Pull: https://github.com/D-Programming-Language/phobos/pull/1143
>
>
>     Ok, but this is the last one!
>
> I reviewed it, and pushed to both master and staging branch.
>

Thank you! I'm now building the release.


February 17, 2013
2013/2/17 Walter Bright <walter@digitalmars.com>

>
> On 2/16/2013 9:01 PM, Andrej Mitrovic wrote:
>
>> On 2/17/13, Jonathan M Davis <jmdavisProg@gmx.com> wrote:
>>
>>> You can no longer convert enums to themselves with std.conv.to: http://d.puremagic.com/issues/**show_bug.cgi?id=9523<http://d.puremagic.com/issues/show_bug.cgi?id=9523>
>>>
>> Pull: https://github.com/D-**Programming-Language/phobos/**pull/1143<https://github.com/D-Programming-Language/phobos/pull/1143>
>>
>
> Ok, but this is the last one!


Sorry, newly opened bug 9525 is a regression which related to my change. http://d.puremagic.com/issues/show_bug.cgi?id=9525

I've posted a fixup pull: https://github.com/D-Programming-Language/dmd/pull/1669

Kenji Hara


1 2
Next ›   Last »