Jump to page: 1 26  
Page
Thread overview
[dmd-beta] Preparation for 2.65
Dec 04, 2013
Andrew Edwards
Dec 05, 2013
Martin Nowak
Dec 24, 2013
Martin Nowak
Dec 28, 2013
Martin Nowak
Jan 07, 2014
Martin Nowak
Jan 07, 2014
Kenji Hara
Jan 07, 2014
Andrej Mitrovic
Jan 07, 2014
Andrej Mitrovic
Jan 07, 2014
Martin Nowak
Jan 09, 2014
Martin Nowak
Jan 09, 2014
Martin Nowak
Jan 09, 2014
Walter Bright
Jan 09, 2014
Jacob Carlborg
Jan 09, 2014
Walter Bright
Jan 09, 2014
Andrew Edwards
Jan 10, 2014
Walter Bright
Jan 10, 2014
Jacob Carlborg
Jan 10, 2014
Andrew Edwards
Jan 13, 2014
Walter Bright
Jan 10, 2014
Andrew Edwards
Jan 10, 2014
Jacob Carlborg
Jan 10, 2014
Brad Roberts
Jan 10, 2014
Walter Bright
Jan 10, 2014
Andrew Edwards
Jan 10, 2014
Andrew Edwards
Jan 11, 2014
Mike Wey
Jan 11, 2014
Jesse Phillips
Jan 13, 2014
Brad Anderson
Jan 13, 2014
Rory McGuire
Jan 13, 2014
David Nadlinger
Jan 13, 2014
Brad Anderson
Jan 13, 2014
David Nadlinger
Jan 13, 2014
Brad Anderson
Jan 17, 2014
Martin Nowak
Jan 17, 2014
David Nadlinger
Jan 17, 2014
Martin Nowak
Jan 18, 2014
Brad Anderson
Jan 19, 2014
Martin Nowak
Jan 10, 2014
Jacob Carlborg
Jan 10, 2014
Andrew Edwards
Jan 15, 2014
Jordi Sayol
Jan 19, 2014
Martin Nowak
Jan 20, 2014
Jordi Sayol
Jan 20, 2014
Martin Nowak
Jan 21, 2014
Jordi Sayol
Jan 21, 2014
Martin Nowak
Jan 21, 2014
Andrew Edwards
Jan 21, 2014
Andrew Edwards
December 03, 2013
Devs,

In preparation for the 2.065 release, a new branch has been 2.065 branch an appropriate tag (v2.065-b1) has been created. Please coordinate all efforts to start resolving regressions and bug fixes for this release. New additional new features not already implemented in master will be considered for inclusion in the 2.065 release.

If you are not already familiar with the content of the Development and Release Process (http://wiki.dlang.org/Development_and_Release_Process) please take the time to become familiar with it. With very minor changes, this is the process that we will be adhering to for all future releases.

Walter/Brad Roberts, I will need access to the ftp site in order to be able to upload the betas once prepared.

Thanks,
Andrew Edwards

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

December 05, 2013
On 12/04/2013 03:25 AM, Andrew Edwards wrote:
> In preparation for the 2.065 release, a new branch has been 2.065 branch an appropriate tag (v2.065-b1) has been created. Please coordinate all efforts to start resolving regressions and bug fixes for this release. New additional new features not already implemented in master will be considered for inclusion in the 2.065 release.
IIRC this workflow requires a different handling of github pull requests.
Something like merging into the LTS branch and regularly merging LTS into master or so.
It will take some time to teach this to every maintainer and we might need to improve the wiki documentation.

For the next release (2.065) I propose we stick to merging into master and cherry-picking regression fixes into the beta branch.

I'm also working with Nick on getting the create_dmd_release tool running.
This should be an intermediate solution to building dmd2.zip releases until we
have platform specific build scripts.
https://github.com/D-Programming-Language/installer/pull/24
When this is merged I will update the wiki.

From Walter we still need a decision which tools are strictly needed for a dmd release.
Currently dmd2.zip ships with some opaque binary tools that noone can build.
See http://forum.dlang.org/post/swemotqxyuqqhenwtidt@forum.dlang.org for more details.
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

December 24, 2013
I'm currently working on fully unattended release builds using VirtualBox and vagrant.
Still need to setup a Windows and OSX box.
https://github.com/MartinNowak/installer/tree/vagrant

It would be nice if someone merged the outstanding installer pull requests
https://github.com/D-Programming-Language/installer/pulls.
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta


December 28, 2013
On 12/24/2013 08:59 PM, Martin Nowak wrote:
> I'm currently working on fully unattended release builds using
> VirtualBox and vagrant.
> Still need to setup a Windows and OSX box.
> https://github.com/MartinNowak/installer/tree/vagrant
>
OSX works too now. http://dlang.dawg.eu/download/dmd.master.zip
> It would be nice if someone merged the outstanding installer pull requests https://github.com/D-Programming-Language/installer/pulls.
Plz


January 07, 2014
On 12/28/2013 09:44 PM, Martin Nowak wrote:
> On 12/24/2013 08:59 PM, Martin Nowak wrote:
>> I'm currently working on fully unattended release builds using
>> VirtualBox and vagrant.
>> Still need to setup a Windows and OSX box.
>> https://github.com/MartinNowak/installer/tree/vagrant
>>
> OSX works too now. http://dlang.dawg.eu/download/dmd.master.zip
>> It would be nice if someone merged the outstanding installer pull requests https://github.com/D-Programming-Language/installer/pulls.
> Plz
>
And a script to setup a minimal Windows 7 build box. https://gist.github.com/MartinNowak/8270666



January 07, 2014
2013/12/4 Andrew Edwards <edwards.ac@gmail.com>

> Devs,
>
> In preparation for the 2.065 release, a new branch has been 2.065 branch an appropriate tag (v2.065-b1) has been created. Please coordinate all efforts to start resolving regressions and bug fixes for this release. New additional new features not already implemented in master will be considered for inclusion in the 2.065 release.
>
> If you are not already familiar with the content of the Development and Release Process (http://wiki.dlang.org/Development_and_Release_Process) please take the time to become familiar with it. With very minor changes, this is the process that we will be adhering to for all future releases.
>
> Walter/Brad Roberts, I will need access to the ftp site in order to be able to upload the betas once prepared.
>

I'm continuing to push regression fixes to 2.065 branch. https://github.com/D-Programming-Language/dmd/commits/2.065

However currently auto tester does not recognize the updates of 2.065
branch.
https://d.puremagic.com/test-results/?projectid=9

Who knows the reason?

Kenji Hara


January 07, 2014
On 12/4/13, Andrew Edwards <edwards.ac@gmail.com> wrote:
> If you are not already familiar with the content of the Development and Release Process (http://wiki.dlang.org/Development_and_Release_Process) please take the time to become familiar with it. With very minor changes, this is the process that we will be adhering to for all future releases.

FYI I'll be MIA for a few weeks due to traveling, so I likely won't be
around to make the changelog (assuming the release is made within the
next 2-3 weeks). I might be able to check my e-mail every once and
again though.
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta


January 07, 2014
On 1/7/14 6:23 AM, Andrej Mitrovic wrote:
> FYI I'll be MIA for a few weeks due to traveling, so I likely won't be
> around to make the changelog (assuming the release is made within the
> next 2-3 weeks). I might be able to check my e-mail every once and
> again though.

Is anyone else willing to take the task of updating the changelog? It's a high-impact matter.

Thanks,

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


January 07, 2014
On 1/7/14, Andrei Alexandrescu <andrei@erdani.com> wrote:
> Is anyone else willing to take the task of updating the changelog? It's a high-impact matter.

Well I'm still here tomorrow, I'll write up as much as I can and then
others can contribute more pulls if needed (just like the last time).
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta


January 07, 2014
Thanks Andrej, that's terrific!

Andrei

On 1/7/14 9:55 AM, Andrej Mitrovic wrote:
> On 1/7/14, Andrei Alexandrescu <andrei@erdani.com> wrote:
>> Is anyone else willing to take the task of updating the changelog? It's
>> a high-impact matter.
>
> Well I'm still here tomorrow, I'll write up as much as I can and then
> others can contribute more pulls if needed (just like the last time).
> _______________________________________________
> 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


« First   ‹ Prev
1 2 3 4 5 6