July 12, 2023 Duyuru » Beyin Farkı Sürüm 1.5 | |||
|---|---|---|---|
| |||
...this.to!string; }
void toString(scope void delegate(in char[]) sink)
{
while(index < code.length... | |||
July 05, 2023 Issues » [Issue 24024] cannot pass class this to ref class | |||
|---|---|---|---|
| |||
...of a nested function (i.e. a delegate) indistinguishable from the address of a member... | |||
July 04, 2023 Issues » [Issue 24030] New: A `lazy` parameter shouldn't be allowed to be "called" twice | |||
|---|---|---|---|
| |||
...a `lazy` parameter may evaluate the underlying delegate more than once is surprising. Only once... | |||
July 04, 2023 Learn » applay for template function with sumtypes result? | |||
|---|---|---|---|
| |||
...are callable using argument types `!()(ParsResult!char delegate(char[] x) pure nothrow @nogc @safe, char... | |||
July 02, 2023 Issues » [Issue 24013] [REG 2.103.0] address of a __traits(getOverloads) item is not converted to a delegate anymore | |||
|---|---|---|---|
| |||
...getOverloads) item is not converted to a delegate anymore (#15347) https://github.com/dlang/dmd... | |||
June 27, 2023 Issues » [Issue 24013] [REG 2.103.0] address of a __traits(getOverloads) item is not converted to a delegate anymore | |||
|---|---|---|---|
| |||
...getOverloads) item is not converted to a delegate anymore" was merged into stable: - e63a24dc7c03133a8c5c63ac2d08e00bcd9ff736 by... | |||
June 26, 2023 Issues » [Issue 24013] [REG 2.103.0] address of a __traits(getOverloads) item is not converted to a delegate anymore | |||
|---|---|---|---|
| |||
...getOverloads) item is not converted to a delegate anymore" fixing this issue: - Fix Issue 24013... | |||
June 26, 2023 Issues » [Issue 24013] [REG 2.103.0] address of a __traits(getOverloads) item is not converted to a delegate anymore | |||
|---|---|---|---|
| |||
...case:
```
struct PropDescriptor(T)
{
void define(T delegate() aGetter, string aName) {}
}
enum Get;
mixin template... | |||
June 25, 2023 Issues » [Issue 24013] [REG 2.103.0] address of a __traits(getOverloads) item is not converted to a delegate anymore | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=24013 --- Comment #3 from Basile-z <b2... | |||
June 25, 2023 Issues » [Issue 24013] [REG 2.103.0] address of a __traits(getOverloads) item is not converted to a delegate anymore | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=24013 --- Comment #2 from Basile-z <b2... | |||
Copyright © 1999-2021 by the D Language Foundation