Thread overview
Hunting 2.072.0 regressions
Nov 10, 2016
Dicebot
Nov 11, 2016
Walter Bright
Nov 12, 2016
Basile B.
Nov 12, 2016
Basile B.
Nov 15, 2016
Dicebot
Nov 15, 2016
Dicebot
November 10, 2016
I have finished going through reported 2.072.0 regressions. Here is the list of bugzilla issues (with reduced test cases and faulty PR tracked):

https://issues.dlang.org/show_bug.cgi?id=16678 https://issues.dlang.org/show_bug.cgi?id=16667 https://issues.dlang.org/show_bug.cgi?id=16663

Fixup pull requests:

https://github.com/dlang/phobos/pull/4895 https://github.com/dlang/dmd/pull/6251

Now I am going to make another pass of my own using projects configured for Martin CI to see if there are also any unreported issues.



November 11, 2016
On 11/10/2016 9:36 AM, Dicebot wrote:
> I have finished going through reported 2.072.0 regressions. Here is the
> list of bugzilla issues (with reduced test cases and faulty PR tracked):
>
> https://issues.dlang.org/show_bug.cgi?id=16678
> https://issues.dlang.org/show_bug.cgi?id=16667
> https://issues.dlang.org/show_bug.cgi?id=16663
>
> Fixup pull requests:
>
> https://github.com/dlang/phobos/pull/4895
> https://github.com/dlang/dmd/pull/6251
>
> Now I am going to make another pass of my own using projects configured
> for Martin CI to see if there are also any unreported issues.
>

Procedural issues for creating bugzilla fix PRs:

1. Have a subject for the PR in the format:

    fix Issue NNNN: the title of the bugzilla issue

2. In the bugzilla issue, add a comment that is a link to the PR.
November 12, 2016
On Thursday, 10 November 2016 at 17:36:44 UTC, Dicebot wrote:
> I have finished going through reported 2.072.0 regressions. Here is the list of bugzilla issues (with reduced test cases and faulty PR tracked):
>
> https://issues.dlang.org/show_bug.cgi?id=16678 https://issues.dlang.org/show_bug.cgi?id=16667 https://issues.dlang.org/show_bug.cgi?id=16663
>
> Fixup pull requests:
>
> https://github.com/dlang/phobos/pull/4895 https://github.com/dlang/dmd/pull/6251
>
> Now I am going to make another pass of my own using projects configured for Martin CI to see if there are also any unreported issues.

There is another one discovered yesterday, see https://github.com/dlang/phobos/pull/4789, last comment.
Not yet reported in bugzilla.
November 12, 2016
On Saturday, 12 November 2016 at 10:21:24 UTC, Basile B. wrote:
> There is another one discovered yesterday

https://issues.dlang.org/show_bug.cgi?id=16682

November 15, 2016
On 11/12/2016 02:26 PM, Basile B. wrote:
> On Saturday, 12 November 2016 at 10:21:24 UTC, Basile B. wrote:
>> There is another one discovered yesterday
> 
> https://issues.dlang.org/show_bug.cgi?id=16682

Thanks, added revert PR for that too: https://github.com/dlang/phobos/pull/4902




November 15, 2016
Changelog adjustment: https://github.com/dlang/dlang.org/pull/1515