www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Beta D 2.067.1-b1

reply Martin Nowak <code+news.digitalmars dawg.eu> writes:
First beta for the 2.067.1 point release.

http://downloads.dlang.org/pre-releases/2.x/2.067.1/
http://ftp.digitalmars.com/

Also available on Travis-CI as dmd-2.067.1-b1.

This beta comes with 9 dmd, 1 druntime, and 3 phobos fixes.

https://github.com/D-Programming-Language/dmd/compare/v2.067.0...v2.067.1-b1
https://github.com/D-Programming-Language/druntime/compare/v2.067.0...v2.067.1-b1
https://github.com/D-Programming-Language/phobos/compare/v2.067.0...v2.067.1-b1

Please report any bugs at https://issues.dlang.org.

-Martin
Apr 21 2015
next sibling parent reply "ponce" <contact gam3sfrommars.fr> writes:
On Wednesday, 22 April 2015 at 01:32:47 UTC, Martin Nowak wrote:
 Also available on Travis-CI as dmd-2.067.1-b1.
OT: How to know the list of D compilers available on Travis CI?
Apr 22 2015
parent reply "Martin Nowak" <code dawg.eu> writes:
On Wednesday, 22 April 2015 at 07:18:36 UTC, ponce wrote:
 OT: How to know the list of D compilers available on Travis CI?
Any release/pre-release is available, and it's now also possible to use the latest dmd, gdc, and ldc release by omitting the version suffix. https://github.com/travis-ci/travis-build/blob/75e95078743ead68c2bee2c828a4d3a538b977eb/lib/travis/build/script/d.rb#L94 Just reminding people of the fact that testing a beta requires very little work.
Apr 22 2015
parent reply "Namespace" <rswhite4 gmail.com> writes:
On Wednesday, 22 April 2015 at 07:53:57 UTC, Martin Nowak wrote:
 On Wednesday, 22 April 2015 at 07:18:36 UTC, ponce wrote:
 OT: How to know the list of D compilers available on Travis CI?
Any release/pre-release is available, and it's now also possible to use the latest dmd, gdc, and ldc release by omitting the version suffix. https://github.com/travis-ci/travis-build/blob/75e95078743ead68c2bee2c828a4d3a538b977eb/lib/travis/build/script/d.rb#L94 Just reminding people of the fact that testing a beta requires very little work.
Any changelog to compare 2067 and 2067.1?
Apr 22 2015
parent Martin Nowak <code+news.digitalmars dawg.eu> writes:
On 04/22/2015 06:10 PM, Namespace wrote:
 Any changelog to compare 2067 and 2067.1?
Just a few regression fixes, see the github comparisons in the OP.
Apr 22 2015
prev sibling parent "Brian Schott" <briancschott gmail.com> writes:
On Wednesday, 22 April 2015 at 01:32:47 UTC, Martin Nowak wrote:
 First beta for the 2.067.1 point release.
I just finished running tests on EMSI's D code. If something is broken our unit tests haven't found it.
Apr 23 2015