April 04 Issues » [Issue 24482] New: recursive alias out of order fails to compile with a misleading error message | |||
|---|---|---|---|
| |||
...24482
Summary: recursive alias out of order fails to compile with a
misleading error message... | |||
April 03 Issues » [Issue 24480] New: getSymbolsByUDA ignores template functions | |||
|---|---|---|---|
| |||
...However, then this
slightly modified testcase still fails:
```
struct S {
S opBinary(string op: "-")(S... | |||
April 03 Issues » [Issue 24479] New: [REG2.104] Error on getAttributes on getOverloads of templates | |||
|---|---|---|---|
| |||
...getAttributes, __traits(getOverloads, S, "opBinary", true)[1]); } ``` Fails (deprecations are errors!) since dlang 2.104... | |||
April 01 Issues » [Issue 24453] [REG2.108] idup fails for inout(T)[] slices | |||
|---|---|---|---|
| |||
...Martin Kinkelin: Fix Bugzilla Issue 24453 - idup fails for inout(T)[] slices https://github.com... | |||
March 28 Issues » [Issue 24465] New: Tuple does not get a copy constructor when its members need it | |||
|---|---|---|---|
| |||
...i;
}
}
void foo(Tuple!(int, S))
{
}
---
It fails with
---
bug.d(6): Error: function `foo... | |||
March 28 Issues » [Issue 20876] generated constructor always inout regardless of ability of fields to use inout | |||
|---|---|---|---|
| |||
...constructor generation is so simplistic (and therefore fails so easily) is a major contributing factor... | |||
March 27 Issues » [Issue 24455] [ImportC] va_arg fails in working C code | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=24455 --- Comment #1 from Lance Bachmeier <lance... | |||
March 27 Issues » [Issue 24459] New: Missing symbol from partial incremental compilation. allinst doesn't help. | |||
|---|---|---|---|
| |||
...test2.d -od. -c Then the link fails: /usr/bin/ld: test1.o: in function... | |||
March 27 Issues » [Issue 24457] New: ImportC: Assignment to double complex fails when using ternary operator | |||
|---|---|---|---|
| |||
...24457
Summary: ImportC: Assignment to double complex fails when using
ternary operator
Product: D
Version... | |||
March 27 Issues » [Issue 24453] [REG2.108] idup fails for inout(T)[] slices | |||
|---|---|---|---|
| |||
...16337 "[stable] Fix Bugzilla Issue 24453 - idup fails for inout(T)[] slices" was merged into... | |||
Copyright © 1999-2021 by the D Language Foundation