Search

October 10
Issues »
...ok
    }
    {
        shared T original;
        T copy = original; // fails
    }
}
---

In this case, T needs to have...
October 10
Issues »
...id=24804

          Issue ID: 24804
           Summary: IFTI fails for variadic static array parameter with
                    narrowing...
October 07
General »
...inside any other type, because the compiler fails to generate all of the necessary copy...
October 06
Learn »
...Can someone tell me why line 74 fails?   Aren't they both 1.14286?  I...
October 06
Issues »
...Reporter: issues.dlang@jmdavisProg.com

This code fails the assertion in the destructor:

---
void main...
October 05
Issues »
...org/spec/pragma.html#msg

There is no postfix `*` operator, so it fails to parse.

--
October 05
Issues »
...to y
    }
}
static assert(__traits(isZeroInit, U3)); // fails

Using `StructDeclaration.members` rather than `fields` may...
October 04
General »
...know.)

```D
static assert(is(Throwable* : Object*)); // Fails
static assert(is(const(Throwable)* : const(Object...
October 04
Learn »
...static JSONValue j = parseJson(content)` but it fails.

```sh
main.d(12): Error: variable `content...
October 03
Issues »
https://issues.dlang.org/show_bug.cgi?id=14222

Paul Backus <snarwin+bugzilla@gmail.com...
7 8 9 10 11 12 13 14 15 16 17 18
Next ›   Last »