March 17, 2015
On 3/17/15 7:18 AM, Daniel Kozak wrote:
> On Monday, 16 March 2015 at 21:38:22 UTC, Martin Nowak wrote:
>> Release Candidate for 2.067.0
>>
>> http://downloads.dlang.org/pre-releases/2.x/2.067.0/
>> http://ftp.digitalmars.com/
>> You can get the binaries here until they are mirrored.
>> https://dlang.dawg.eu/downloads/dmd.2.067.0-rc1/
>>
>> We fixed the few remaining issues.
>> https://github.com/D-Programming-Language/dmd/compare/v2.067.0-b4...v2.067.0-rc1
>>
>> https://github.com/D-Programming-Language/phobos/compare/v2.067.0-b4...v2.067.0-rc1
>>
>>
>> Unless any new issue pops up, we'll make the release on friday.
>>
>> -Martin
>
> Does not work with my code base :(
>
> dmd: interpret.c:6724: void setValue(VarDeclaration*, Expression*):
> Assertion `(vd->storage_class & (0x1000LL | 0x200000LL)) ?
> isCtfeReferenceValid(newval) : isCtfeValueValid(newval)' failed.
> Exit code 134

This is an ICE (internal compiler error) and is something that needs to be filed. If you file it soon, it may be addressed before the release.

http://issues.dlang.org

-Steve
March 17, 2015
On Monday, 16 March 2015 at 21:38:22 UTC, Martin Nowak wrote:
> Release Candidate for 2.067.0
>
> http://downloads.dlang.org/pre-releases/2.x/2.067.0/
> http://ftp.digitalmars.com/
> You can get the binaries here until they are mirrored.
> https://dlang.dawg.eu/downloads/dmd.2.067.0-rc1/
>
> We fixed the few remaining issues.
> https://github.com/D-Programming-Language/dmd/compare/v2.067.0-b4...v2.067.0-rc1
> https://github.com/D-Programming-Language/phobos/compare/v2.067.0-b4...v2.067.0-rc1
>
> Unless any new issue pops up, we'll make the release on friday.
>
> -Martin

Another regression: https://issues.dlang.org/show_bug.cgi?id=14301
March 17, 2015
On Monday, 16 March 2015 at 21:38:22 UTC, Martin Nowak wrote:
> Release Candidate for 2.067.0
>
> http://downloads.dlang.org/pre-releases/2.x/2.067.0/
> http://ftp.digitalmars.com/
> You can get the binaries here until they are mirrored.
> https://dlang.dawg.eu/downloads/dmd.2.067.0-rc1/
>
> We fixed the few remaining issues.
> https://github.com/D-Programming-Language/dmd/compare/v2.067.0-b4...v2.067.0-rc1
> https://github.com/D-Programming-Language/phobos/compare/v2.067.0-b4...v2.067.0-rc1
>
> Unless any new issue pops up, we'll make the release on friday.
>
> -Martin

Thx, i notices some broken links in the local html doc yesterday...

https://issues.dlang.org/show_bug.cgi?id=14297

...surpinsingly they have not been fixed since. Is there a problem ?
This kins of problem can be very annoying to new comers.

March 17, 2015
On Tuesday, 17 March 2015 at 15:49:48 UTC, Baz wrote:
> On Monday, 16 March 2015 at 21:38:22 UTC, Martin Nowak wrote:
>> Release Candidate for 2.067.0
>>
>> http://downloads.dlang.org/pre-releases/2.x/2.067.0/
>> http://ftp.digitalmars.com/
>> You can get the binaries here until they are mirrored.
>> https://dlang.dawg.eu/downloads/dmd.2.067.0-rc1/
>>
>> We fixed the few remaining issues.
>> https://github.com/D-Programming-Language/dmd/compare/v2.067.0-b4...v2.067.0-rc1
>> https://github.com/D-Programming-Language/phobos/compare/v2.067.0-b4...v2.067.0-rc1
>>
>> Unless any new issue pops up, we'll make the release on friday.
>>
>> -Martin
>
> Thx, i notices some broken links in the local html doc yesterday...
>
> https://issues.dlang.org/show_bug.cgi?id=14297
>
> ...surpinsingly they have not been fixed since. Is there a problem ?
> This kins of problem can be very annoying to new comers.

Will 2.067 contain libphobos for linking with 32 bit windows apps (COFF 32)?
March 17, 2015
On Tuesday, 17 March 2015 at 18:07:32 UTC, Szymon Gatner wrote:
> Will 2.067 contain libphobos for linking with 32 bit windows apps (COFF 32)?

No work in that direction of which I know. Can DMD generate COFF for 32-bit now?
March 17, 2015
On Tuesday, 17 March 2015 at 15:49:48 UTC, Baz wrote:
> On Monday, 16 March 2015 at 21:38:22 UTC, Martin Nowak wrote:
>> Release Candidate for 2.067.0
>>
>> http://downloads.dlang.org/pre-releases/2.x/2.067.0/
>> http://ftp.digitalmars.com/
>> You can get the binaries here until they are mirrored.
>> https://dlang.dawg.eu/downloads/dmd.2.067.0-rc1/
>>
>> We fixed the few remaining issues.
>> https://github.com/D-Programming-Language/dmd/compare/v2.067.0-b4...v2.067.0-rc1
>> https://github.com/D-Programming-Language/phobos/compare/v2.067.0-b4...v2.067.0-rc1
>>
>> Unless any new issue pops up, we'll make the release on friday.
>>
>> -Martin
>
> Thx, i notices some broken links in the local html doc yesterday...
>
> https://issues.dlang.org/show_bug.cgi?id=14297
>
> ...surpinsingly they have not been fixed since. Is there a problem ?
> This kins of problem can be very annoying to new comers.

Those kinds of problems can be very annoying to new comers.

/!\/!\/!\/!\
March 17, 2015
On Tuesday, 17 March 2015 at 21:56:57 UTC, Martin Nowak wrote:
> On Tuesday, 17 March 2015 at 18:07:32 UTC, Szymon Gatner wrote:
>> Will 2.067 contain libphobos for linking with 32 bit windows apps (COFF 32)?
>
> No work in that direction of which I know. Can DMD generate COFF for 32-bit now?

Yes, AFAIU

http://forum.dlang.org/thread/lspuat$um6$1@digitalmars.com
March 18, 2015
On 18 March 2015 at 07:56, Martin Nowak via Digitalmars-d-announce <digitalmars-d-announce@puremagic.com> wrote:
> On Tuesday, 17 March 2015 at 18:07:32 UTC, Szymon Gatner wrote:
>>
>> Will 2.067 contain libphobos for linking with 32 bit windows apps (COFF
>> 32)?
>
>
> No work in that direction of which I know. Can DMD generate COFF for 32-bit now?

Yes. Has for a while.
We're really hanging out for the 32bit COFF libs to ship with DMD.
March 18, 2015
On 03/18/2015 01:13 AM, Manu via Digitalmars-d-announce wrote:
> Yes. Has for a while.
> We're really hanging out for the 32bit COFF libs to ship with DMD.

Well, someone should add a build target to https://github.com/D-Programming-Language/phobos/blob/master/win32.mak. How is the phobos.lib called to avoid conflicts?

It's a bit late to come up with this, will see if I can find enough time for this.
March 18, 2015
On 17/03/2015 10:38 a.m., Martin Nowak wrote:
> Release Candidate for 2.067.0
>
> http://downloads.dlang.org/pre-releases/2.x/2.067.0/
> http://ftp.digitalmars.com/
> You can get the binaries here until they are mirrored.
> https://dlang.dawg.eu/downloads/dmd.2.067.0-rc1/
>
> We fixed the few remaining issues.
> https://github.com/D-Programming-Language/dmd/compare/v2.067.0-b4...v2.067.0-rc1
> https://github.com/D-Programming-Language/phobos/compare/v2.067.0-b4...v2.067.0-rc1
>
> Unless any new issue pops up, we'll make the release on friday.
>
> -Martin

I've been waiting since before 2.066 for another review on [0] or to be pulled.

[0] https://github.com/D-Programming-Language/dmd/pull/3921