Search

October 03
General »
...x;
    const int y;
    f(x, &y);

    // fails: expected that f(T) is inferred as...
October 02
Issues »
...x;
    const int y;
    f(x, &y);

    // fails: expected that T is inferred as int...
October 02
General »
...com/dlang/dmd/pull/16910

It currently fails if it gets slightly more complicated than...
September 29
General »
...version of DMD, and now the pipeline fails :(

Next week's plan is to fix...
September 21
General »
...works.) For a concrete example of what fails:
```d
template t(alias fun)
{
    static assert...
September 20
Issues »
...float f1;
    }
}
static assert(__traits(isZeroInit, S6)); // fails

S6.init should be zero - `{ S6.i1...
September 12
Issues »
...es.exp && es.exp.op == EXP.assert_); // FAILS, it's EXP.call
            buf.writestring(" (");
            (cast...
September 10
Learn »
...compiles fine using `dub`, but the linker fails with:

```
/usr/bin/ld: ../../.dub/packages/vibe...
September 09
Learn »
...e.msg);
    }
    // for some reason the below fails, giving an assert error (ie, no exception...
September 09
Issues »
...code compiles and runs, but the assertion fails

---
void main() @safe
{
    auto arr = bar();
    assert...
8 9 10 11 12 13 14 15 16 17 18 19
Next ›   Last »