March 25, 2016
On Friday, 25 March 2016 at 00:55:53 UTC, deadalnix wrote:
> On Thursday, 24 March 2016 at 10:52:44 UTC, Martin Nowak wrote:
>> On 03/24/2016 03:00 AM, deadalnix wrote:
>>> No bug report for it, but a PR: https://github.com/deadalnix/pixel-saver/pull/53
>>
>> That seems unrelated. Bugfixes should simply go into stable for them to be released.
>
> Unrelated to what ? It is a type system breaking bug, I think it is worth merging.

Unrelated to D? Double check your link. I don't think Martin can do anything about that pull request.
March 25, 2016
On Friday, 25 March 2016 at 02:20:53 UTC, Anon wrote:
> On Friday, 25 March 2016 at 00:55:53 UTC, deadalnix wrote:
>> Unrelated to what ? It is a type system breaking bug, I think it is worth merging.
>
> Unrelated to D? Double check your link. I don't think Martin can do anything about that pull request.

I think he uses a NG client to post. He hasn't realized he's posted on dlang.org !
That's funny.
March 25, 2016
On Thursday, 24 March 2016 at 14:36:57 UTC, Guillaume Chatelet wrote:
> Shouldn't this be part of the release ?
> https://issues.dlang.org/show_bug.cgi?id=15581

It's in the beta, see the list of branches/tags https://github.com/D-Programming-Language/dmd/commit/3002a9683619957ce0d3f1379f99970f1664d087.
March 25, 2016
On 03/24/2016 06:06 PM, John Colvin wrote:
> 
> As usual, `brew update && brew reinstall dmd --devel` :)

Or `curl -fsS https://dlang.org/install.sh | bash -s dmd-beta`.
March 25, 2016
On Thursday, 24 March 2016 at 17:20:58 UTC, Joakim wrote:
> Looking forward to getting rid of the remaining top-level non-selective imports in phobos.

Let's not rush this before the deprecation of the import changes is over (2 or 3 releases from now), people might still use the old behavior w/ -transition=import.

March 25, 2016
On 25.03.2016 10:06, Martin Nowak wrote:
> On Thursday, 24 March 2016 at 14:36:57 UTC, Guillaume Chatelet wrote:
>> Shouldn't this be part of the release ?
>> https://issues.dlang.org/show_bug.cgi?id=15581
>
> It's in the beta, see the list of branches/tags
> https://github.com/D-Programming-Language/dmd/commit/3002a9683619957ce0d3f1379f99970f1664d087.

But it's not in the changelog.
March 25, 2016
On Friday, 25 March 2016 at 09:18:31 UTC, ag0aep6g wrote:
> On 25.03.2016 10:06, Martin Nowak wrote:
> But it's not in the changelog.

Well, the commit message doesn't say that the issue was fixed, hence it's not in the bugfix list, also see the dlang-bot comment https://github.com/D-Programming-Language/dmd/pull/5470#issuecomment-186661863.
I'd suggest you manually add a small compiler changes entry here https://github.com/D-Programming-Language/dmd/blob/stable/changelog.dd, make sure to use the stable branch.

$(LI Foreach loops..., also see $(Bugzilla 12345).)

No need for a more detailed section.
March 27, 2016
On 2016-03-24 02:49, Martin Nowak wrote:
> First beta for the 2.071.0 release.
>
> This release comes with many import and lookup related changes and
> fixes. You might see a lot of deprecation warnings b/c of these changes.
> We've added the -transition=import switch and -transition=checkimports
> [ยน] switches to ease updating existing code.
>
> http://dlang.org/download.html#dmd_beta
> http://dlang.org/changelog/2.071.0.html
>
> Please report any bugs at https://issues.dlang.org

Found a regression, "this.outer" is of the wrong type [1]. This is blocking DWT.

[1] https://issues.dlang.org/show_bug.cgi?id=15839

-- 
/Jacob Carlborg
March 27, 2016
On Thursday, 24 March 2016 at 10:52:44 UTC, Martin Nowak wrote:
> On 03/24/2016 03:00 AM, deadalnix wrote:
>> No bug report for it, but a PR: https://github.com/deadalnix/pixel-saver/pull/53
>
> That seems unrelated. Bugfixes should simply go into stable for them to be released.

Sorry, wrong link.

The one I intended to talk about:
https://github.com/D-Programming-Language/phobos/pull/4099

March 28, 2016
On 03/27/2016 09:46 PM, deadalnix wrote:
> The one I intended to talk about: https://github.com/D-Programming-Language/phobos/pull/4099

This doesn't look like a bugfix or anything urgent, so it seems like it can wait for 2.072.