November 10, 2022 Learn » aa.keys, synchronized and shared | |||
|---|---|---|---|
| |||
...p ? *p : defaultValue;
}
///
int opApply(scope int delegate(inout ref V) dg) const
{
int result... | |||
November 09, 2022 Issues » [Issue 16037] assigning delegate to a scope variable shouldn't allocate closure | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=16037 RazvanN <razvan.nitu1305@gmail.com> changed... | |||
November 07, 2022 Issues » [Issue 23470] New: Backticks in diagnostic are confusing with wrong number of arguments passed | |||
|---|---|---|---|
| |||
...E.g. this code:
void foo(void delegate(int) dg)
{
dg();
//writefln("%s", dg(3... | |||
November 05, 2022 General » opNext: Simplified ranges | |||
|---|---|---|---|
| |||
...broken. Using opApply, this is easy (the delegate returns nonzero), but using popNext it's... | |||
November 03, 2022 Learn » Re: Unit testing a function returning void | |||
|---|---|---|---|
| |||
...this.a = a; }
void toString(scope void delegate(in char[]) sink) const {
import std.conv... | |||
November 03, 2022 Issues » [Issue 15718] use ref or out parameters in the anonymous method may cause error | |||
|---|---|---|---|
| |||
...are creating a delegate that receives some stack pointers. When the delegate is actually called... | |||
November 02, 2022 Issues » [Issue 23445] Can leak scope variable through delegate context | |||
|---|---|---|---|
| |||
...through delegate context" fixing this issue: - fix Issue 23445 - Can leak scope variable through delegate... | |||
November 02, 2022 Issues » [Issue 23438] leaking address of stack using dip1000 switch | |||
|---|---|---|---|
| |||
...Issue 23445 - Can leak scope variable through delegate context" fixing this issue: - fix Issue 23438... | |||
November 01, 2022 Issues » [Issue 23445] Can leak scope variable through delegate context | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23445 --- Comment #7 from Walter Bright <bugzilla... | |||
November 01, 2022 Issues » [Issue 23445] Can leak scope variable through delegate context | |||
|---|---|---|---|
| |||
...6 from timon.gehr@gmx.ch --- The delegate context is allocated on the heap. There... | |||
Copyright © 1999-2021 by the D Language Foundation