Search

July 12, 2023
Duyuru »
...this.to!string; }
  void toString(scope void delegate(in char[]) sink)
  {
    while(index < code.length...
July 05, 2023
Issues »
...of a nested function (i.e. a delegate) indistinguishable from the address of a member...
July 04, 2023
Issues »
...a `lazy` parameter may evaluate the underlying delegate more than once
is surprising. Only once...
July 04, 2023
Learn »
...are callable using argument types `!()(ParsResult!char delegate(char[] x) pure nothrow @nogc @safe, char...
July 02, 2023
Issues »
...getOverloads) item is
not converted to a delegate anymore (#15347)

https://github.com/dlang/dmd...
June 27, 2023
Issues »
...getOverloads) item is not converted to a delegate anymore" was merged into stable:

- e63a24dc7c03133a8c5c63ac2d08e00bcd9ff736 by...
June 26, 2023
Issues »
...getOverloads) item is not converted to a delegate anymore" fixing this issue:

- Fix Issue 24013...
June 26, 2023
Issues »
...case:

```
struct PropDescriptor(T)
{
    void define(T delegate() aGetter, string aName) {}
}

enum Get;

mixin template...
June 25, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=24013

--- Comment #3 from Basile-z <b2...
June 25, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=24013

--- Comment #2 from Basile-z <b2...
26 27 28 29 30 31 32 33 34 35 36 37
Next ›   Last »