April 30 Issues » [Issue 24529] New: is expression ignores implicit conversion of enum when pattern matching | |||
|---|---|---|---|
| |||
...DMD 2.108.0, the following program fails to compile:
---
struct S(T) {}
enum E... | |||
April 29 DIP Development » Re: second draft: add Bitfields to D | |||
|---|---|---|---|
| |||
...with ugly implementations in it, std.traits fails to document the behavior of the functions... | |||
April 29 General » Re: OT: Leaving Rust gamedev after 3 years | |||
|---|---|---|---|
| |||
...better than that is if `double x;` fails to compile and you explicitly set it... | |||
April 29 General » Re: OT: Leaving Rust gamedev after 3 years | |||
|---|---|---|---|
| |||
...etc. With NaN, all rendering pipeline silently fails if even a single number was uninitialised... | |||
April 28 Issues » [Issue 24527] New: opAssign has no effect during CTFE when an array is wrapped in a range | |||
|---|---|---|---|
| |||
...Reporter: issues.dlang@jmdavisProg.com This code fails --- import std.range.primitives; struct Foo(R... | |||
April 26 Issues » [Issue 24522] New: Formation and inference of nested type sequences | |||
|---|---|---|---|
| |||
...int i;
f(&i, &i);
}
```
But it fails:
```
Error: template `onlineapp.f` is not callable... | |||
April 25 DIP Development » Re: Frist Draft (in this forum): Enum Parameters | |||
|---|---|---|---|
| |||
...compile error as (int,string,Object)[3] fails t[0..2] // is of type Tpl... | |||
April 25 General » Re: Inside of D’s GC in Russian | |||
|---|---|---|---|
| |||
Naturally my code is ported with the same hierarchy, still inference fails at times. | |||
April 23 Issues » [Issue 24495] ImportC: Struct initialization expression fails to initialize field | |||
|---|---|---|---|
| |||
...bugzilla issue 24495 - ImportC: Struct initialization expression fails to initialize field Makes it possible to... | |||
April 21 Issues » [Issue 24516] New: qualifiers lost when tupleof is aliased | |||
|---|---|---|---|
| |||
...is(typeof(Symbols) == AliasSeq!(int, int*, string)));
// fails
static assert(is(typeof(ConstSymbols) == AliasSeq!(const... | |||
Copyright © 1999-2021 by the D Language Foundation