Search

April 06, 2023
Issues »
...str = "test";
        // static assert(0);
        dchar c = decode(str, i);
        static assert(0);
}
```

No output...
April 06, 2023
General »
...finish it.

---

Update:

I just solved `static assert(isInstanceOf!(Regex, Regex!char))`, but also noticed...
April 05, 2023
Issues »
...time
test.d(11):        while evaluating: `static assert((cast(float[4])convtest([1,
2, 3...
April 05, 2023
Issues »
...if/assert" fixing this issue:

- Fix Issue 23827 - IsExpression allows Identifier outside static if/assert...
April 05, 2023
Issues »
...Summary: IsExpression allows Identifier outside static
                    if/assert
           Product: D
           Version: D2
          Hardware: x86_64...
April 05, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=21018

RazvanN <razvan.nitu1305@gmail.com> changed...
April 05, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=21018

--- Comment #4 from RazvanN <razvan.nitu1305...
April 05, 2023
General »
...on `static assert(isInstance!(Regex, Regex!char))`, it still fails, but `static assert(is(Vector3...
April 04, 2023
General »
...nicer failure messages upon failure (i.e. assert fail is not very helpful unless you...
April 04, 2023
General »
...use `assert(cond)`?
- `assertFalse(cond)` why not use `assert(!cond)`?
- `assertGreater` why not use `assert...
86 87 88 89 90 91 92 93 94 95 96 97
Next ›   Last »