Beta D 2.068.1-b2

BBasile via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Mon Aug 31 06:15:55 PDT 2015


On Monday, 31 August 2015 at 06:02:08 UTC, Martin Nowak wrote:
> First beta for the 2.068.1 point release (we skipped -b1 due to 
> a bug).
>
> http://downloads.dlang.org/pre-releases/2.x/2.068.1/ 
> http://ftp.digitalmars.com/
>
> Also available on Travis-CI as dmd-2.068.1-b2.
>
> This beta comes with plent dmd and a few druntime, phobos, and 
> installer fixes.
>
> https://github.com/D-Programming-Language/dmd/compare/v2.068.0...v2.068.1-b2 https://github.com/D-Programming-Language/druntime/compare/v2.068.0...v2.068.1-b2 https://github.com/D-Programming-Language/phobos/compare/v2.068.0...v2.068.1-b2 https://github.com/D-Programming-Language/installer/compare/v2.068.0...v2.068.1-b2
>
> Please report any bugs at https://issues.dlang.org.
>
> -Martin

It looks like there is a regression in variant.d:

I compile template without vibed and get:

---
C:\Dev\dmd2\windows\bin\..\..\src\phobos\std\variant.d: Error: 
function std.variant.VariantN!20u.VariantN.__xopEquals errors 
compiling the function
---

It looks very strange because
- the line number is even not displayed.
- relative path is quite unusuall in an error message.



More information about the Digitalmars-d-announce mailing list