Search

June 11
Learn »
...writeln()` prints what's expected here program fails only when it gets to `assert()`:

```
auto...
June 08
Issues »
...the `test %eax,%eax`.

The code above fails with both dmd and ldc2 but not...
June 05
Learn »
...with different pointer signature and they all fails.

Normally in C, this would have worked...
June 01
Issues »
...random number:
test S(-246417088)

It only fails for DMD on Windows with -m64. It...
May 31
Issues »
https://issues.dlang.org/show_bug.cgi?id=24575

Richard (Rikki) Andrew Cattermole <alphaglosined@gmail...
May 31
Issues »
...id=24575

          Issue ID: 24575
           Summary: sumtype fails to match lambdas with anonymous
                    arguments
           Product...
May 30
Issues »
...f();  // (1)
    g(a);   // (2)
}
-----

Call (1) fails to compile with:

    scope variable `a` calling...
May 30
Issues »
https://issues.dlang.org/show_bug.cgi?id=10228

basile-z <b2.temp@gmx.com...
May 29
Issues »
...main()
{
    test(tuple(0.1));
}
```

because IFTI fails to infer `T`, but if you remove...
May 28
Issues »
https://issues.dlang.org/show_bug.cgi?id=7205

Bolpat <qs.il.paperinik@gmail.com...
16 17 18 19 20 21 22 23 24 25 26 27
Next ›   Last »