April 06, 2023 Issues » [Issue 23832] New: dmd regression 2.103.0 silent error cannot call decode at runtime | |||
|---|---|---|---|
| |||
...str = "test";
// static assert(0);
dchar c = decode(str, i);
static assert(0);
}
```
No output... | |||
April 06, 2023 General » Re: Trying to do alias template deduction myself. | |||
|---|---|---|---|
| |||
...finish it. --- Update: I just solved `static assert(isInstanceOf!(Regex, Regex!char))`, but also noticed... | |||
April 05, 2023 Issues » [Issue 23219] ICE: AssertError@src/dmd/hdrgen.d(1910): Assertion failure | |||
|---|---|---|---|
| |||
...time test.d(11): while evaluating: `static assert((cast(float[4])convtest([1, 2, 3... | |||
April 05, 2023 Issues » [Issue 23827] IsExpression allows Identifier outside static if/assert | |||
|---|---|---|---|
| |||
...if/assert" fixing this issue: - Fix Issue 23827 - IsExpression allows Identifier outside static if/assert... | |||
April 05, 2023 Issues » [Issue 23827] New: IsExpression allows Identifier outside static if/assert | |||
|---|---|---|---|
| |||
...Summary: IsExpression allows Identifier outside static
if/assert
Product: D
Version: D2
Hardware: x86_64... | |||
April 05, 2023 Issues » [Issue 21018] Assert fails glue.d(1560) using -allinst due to an error making it into codegen | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=21018 RazvanN <razvan.nitu1305@gmail.com> changed... | |||
April 05, 2023 Issues » [Issue 21018] Assert fails glue.d(1560) using -allinst due to an error making it into codegen | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=21018 --- Comment #4 from RazvanN <razvan.nitu1305... | |||
April 05, 2023 General » Re: Trying to do alias template deduction myself. | |||
|---|---|---|---|
| |||
...on `static assert(isInstance!(Regex, Regex!char))`, it still fails, but `static assert(is(Vector3... | |||
April 04, 2023 General » Re: There must be module with test assertions in Phobos | |||
|---|---|---|---|
| |||
...nicer failure messages upon failure (i.e. assert fail is not very helpful unless you... | |||
April 04, 2023 General » Re: There must be module with test assertions in Phobos | |||
|---|---|---|---|
| |||
...use `assert(cond)`? - `assertFalse(cond)` why not use `assert(!cond)`? - `assertGreater` why not use `assert... | |||
Copyright © 1999-2021 by the D Language Foundation