digitalmars.D.announce - Beta D 2.067.1-b1
- Martin Nowak (10/10) Apr 21 2015 First beta for the 2.067.1 point release.
- ponce (2/3) Apr 22 2015 OT: How to know the list of D compilers available on Travis CI?
- Martin Nowak (7/8) Apr 22 2015 Any release/pre-release is available, and it's now also possible
- Namespace (2/11) Apr 22 2015 Any changelog to compare 2067 and 2067.1?
- Martin Nowak (2/3) Apr 22 2015 Just a few regression fixes, see the github comparisons in the OP.
- Brian Schott (3/4) Apr 23 2015 I just finished running tests on EMSI's D code. If something is
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
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
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
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:Any changelog to compare 2067 and 2067.1?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
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
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