December 10, 2023 Announce » Re: D Language Foundation October 2023 Quarterly Meeting Summary | |||
|---|---|---|---|
| |||
...1) Missing `scope` storage class specifiers on `delegate` function arguments. This can be chalked down... | |||
December 07, 2023 Issues » [Issue 24271] dmd exits with -4 on dub release (not sure what causes error, but have minimal repro code) | |||
|---|---|---|---|
| |||
...array.Array!(dmd.dsymbol.Dsymbol).Array*, void delegate(dmd.dsymbol.Dsymbol)) [0x5595075fdc3f] src/dmd/toobj... | |||
December 07, 2023 General » dmd -run speed trends | |||
|---|---|---|---|
| |||
...auto oddNumbers(T)(T[] a) {
return delegate int(int delegate(ref T) dg) {
foreach (x... | |||
November 29, 2023 Issues » [Issue 24265] ref delegate literal no longer implicitly converts to unannotated type | |||
|---|---|---|---|
| |||
...What |Removed |Added
----------------------------------------------------------------------------
Summary|ref delegate no longer |ref delegate literal no
|implicitly converts to... | |||
November 29, 2023 Issues » [Issue 24265] ref delegate no longer implicitly converts to unannotated type | |||
|---|---|---|---|
| |||
...assert: `is(int delegate() pure nothrow @nogc ref return @safe == int delegate() pure nothrow @nogc... | |||
November 29, 2023 Issues » [Issue 24265] ref delegate no longer implicitly converts to unannotated type | |||
|---|---|---|---|
| |||
...expression `&g` of type `int delegate() ref return` to `int delegate() ref` bug.d(10... | |||
November 29, 2023 Issues » [Issue 24265] ref delegate no longer implicitly converts to unannotated type | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=24265 Adam D. Ruppe <destructionator@gmail.com... | |||
November 29, 2023 Issues » [Issue 24265] ref delegate no longer implicitly converts to unannotated type | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=24265 --- Comment #2 from Paul Backus <snarwin... | |||
November 29, 2023 Issues » [Issue 24265] ref delegate no longer implicitly converts to unannotated type | |||
|---|---|---|---|
| |||
...that `ref int delegate() return` does not convert to `ref int delegate()`, but the compiler... | |||
November 29, 2023 Issues » [Issue 24265] New: ref delegate no longer implicitly converts to unannotated type | |||
|---|---|---|---|
| |||
...of type int delegate() pure nothrow @nogc ref @safe` to `int delegate() ref` refdg.d... | |||
Copyright © 1999-2021 by the D Language Foundation