August 19, 2014
On Monday, 18 August 2014 at 19:00:23 UTC, Andrei Alexandrescu wrote:
> Congratulations to everyone involved!
>
> http://www.reddit.com/r/programming/comments/2dwqvy/d_2066_nogc_c_namespaces_multidimensional_slices/
>
> https://www.facebook.com/dlang.org/posts/905593426121006
>
> https://twitter.com/D_Programming/status/501443132115140609
>
>
> Andrei

The new Windows installer executable is over 70x bigger in 2.066 than it was for 2.065. What's the reason?

http://i.imgur.com/OPsYoWf.png

August 19, 2014
On 8/19/14, 7:42 PM, KrzaQ wrote:
> On Monday, 18 August 2014 at 19:00:23 UTC, Andrei Alexandrescu wrote:
>> Congratulations to everyone involved!
>>
>> http://www.reddit.com/r/programming/comments/2dwqvy/d_2066_nogc_c_namespaces_multidimensional_slices/
>>
>>
>> https://www.facebook.com/dlang.org/posts/905593426121006
>>
>> https://twitter.com/D_Programming/status/501443132115140609
>>
>>
>> Andrei
>
> The new Windows installer executable is over 70x bigger in 2.066 than it
> was for 2.065. What's the reason?
>
> http://i.imgur.com/OPsYoWf.png
>

Yes, the installer is self contained. Meaning it no longer downloads a zip file for use during installation.

In essence, it was always this big, just you never saw it because it got downloaded during the installation process.
August 19, 2014
On 19/08/2014 08:21, Jacob Carlborg wrote:
> Did someone finish the changelog?

One thing missing is a Note on compiler conversions for unique expressions, like:

https://github.com/D-Programming-Language/phobos/pull/2109/files#diff-0baf0d34bf308dc66e131c0e56e4239bR761
August 19, 2014
On Monday, 18 August 2014 at 19:47:52 UTC, Walter Bright wrote:
> On 8/18/2014 12:00 PM, Andrei Alexandrescu wrote:
>> Congratulations to everyone involved!
>>
>> http://www.reddit.com/r/programming/comments/2dwqvy/d_2066_nogc_c_namespaces_multidimensional_slices/
>>
>>
>> https://www.facebook.com/dlang.org/posts/905593426121006
>>
>> https://twitter.com/D_Programming/status/501443132115140609
>
> 126 contributors, to be precise!

Walter, now that release is out can you please state your opinion about https://github.com/D-Programming-Language/dmd/pull/3651 ? It is blocking Phobos module split and decoupling.
August 19, 2014
On Tuesday, 19 August 2014 at 05:24:56 UTC, Suliman wrote:
> Who could help with translation change logs to russian and publication it's on LOR?

Send me an e-mail if you need any help
August 19, 2014
On Tuesday, 19 August 2014 at 17:17:14 UTC, Dicebot wrote:
> On Tuesday, 19 August 2014 at 05:24:56 UTC, Suliman wrote:
>> Who could help with translation change logs to russian and publication it's on LOR?
>
> Send me an e-mail if you need any help

Thanks user Lodin already did hight quality translation!

Could you help me with:

>I remember that it was planned to add functional future for iteration throw elements. Something like:
>().times
>().do

>But I can't find original post about it and nothing related in changelogs...

August 19, 2014
On Tuesday, 19 August 2014 at 17:51:51 UTC, Suliman wrote:
> On Tuesday, 19 August 2014 at 17:17:14 UTC, Dicebot wrote:
>> On Tuesday, 19 August 2014 at 05:24:56 UTC, Suliman wrote:
>>> Who could help with translation change logs to russian and publication it's on LOR?
>>
>> Send me an e-mail if you need any help
>
> Thanks user Lodin already did hight quality translation!
>
> Could you help me with:
>
>>I remember that it was planned to add functional future for iteration throw elements. Something like:
>>().times
>>().do
>
>>But I can't find original post about it and nothing related in changelogs...

I remember merging this one : https://github.com/D-Programming-Language/phobos/pull/1965 , but it was after 2.066 branch has been created. There is also https://github.com/D-Programming-Language/phobos/pull/2024 but it is still in progress. I can't remember any other similar PR - probably it was merged before I started to do Phobos reviewing though.
August 19, 2014
> I remember merging this one : https://github.com/D-Programming-Language/phobos/pull/1965 , but it was after 2.066 branch has been created. There is also https://github.com/D-Programming-Language/phobos/pull/2024 but it is still in progress. I can't remember any other similar PR - probably it was merged before I started to do Phobos reviewing though.

Big thanks!
August 19, 2014
On 8/19/14, 7:01 AM, Dicebot wrote:
> On Monday, 18 August 2014 at 19:47:52 UTC, Walter Bright wrote:
>> On 8/18/2014 12:00 PM, Andrei Alexandrescu wrote:
>>> Congratulations to everyone involved!
>>>
>>> http://www.reddit.com/r/programming/comments/2dwqvy/d_2066_nogc_c_namespaces_multidimensional_slices/
>>>
>>>
>>>
>>> https://www.facebook.com/dlang.org/posts/905593426121006
>>>
>>> https://twitter.com/D_Programming/status/501443132115140609
>>
>> 126 contributors, to be precise!
>
> Walter, now that release is out can you please state your opinion about
> https://github.com/D-Programming-Language/dmd/pull/3651 ? It is blocking
> Phobos module split and decoupling.

LGTM. Any opposition to merging? -- Andrei
August 19, 2014
On Tuesday, 19 August 2014 at 21:13:53 UTC, Andrei Alexandrescu wrote:
>> Walter, now that release is out can you please state your opinion about
>> https://github.com/D-Programming-Language/dmd/pull/3651 ? It is blocking
>> Phobos module split and decoupling.
>
> LGTM. Any opposition to merging? -- Andrei

Walter seems to be the only one :) http://forum.dlang.org/post/lt00a9$2uoe$1@digitalmars.com