May 24, 2022 Issues » [Issue 2043] Closure outer variables in nested blocks are not allocated/instantiated correctly: should have multiple instances but only have one. | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=2043
timon.gehr@gmx.ch changed:
What... | |||
May 24, 2022 Issues » [Issue 2043] Closure outer variables in nested blocks are not allocated/instantiated correctly: should have multiple instances but only have one. | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=2043 Walter Bright <bugzilla@digitalmars.com> changed... | |||
May 21, 2022 General » Re: Why is D unpopular, redux. | |||
|---|---|---|---|
| |||
...can't ``@disable const;`` and stop the outer type being able to become const. It... | |||
May 19, 2022 General » Re: Please, can the langauge stop inferring scope and return for @trusted/@system? | |||
|---|---|---|---|
| |||
...d `_content`, and I added a `writeln(*outer);` below the `if` block, the program also... | |||
May 19, 2022 Issues » [Issue 23124] New: [dip1000] scope and return should not be inferred for @trusted function | |||
|---|---|---|---|
| |||
...content(){return _content;}
}
@safe void main()
{ int* outer;
if(true)
{ int inner;
// Inferred as scope... | |||
May 19, 2022 General » Please, can the langauge stop inferring scope and return for @trusted/@system? | |||
|---|---|---|---|
| |||
...content(){return _content;}
}
@safe void main()
{ int* outer;
if(true)
{ int inner;
// Inferred as scope... | |||
May 12, 2022 Announce » Re: Library associative array project v0.0.1 | |||
|---|---|---|---|
| |||
...thing how the compiler knows that an outer AA is being used to initialize an... | |||
April 29, 2022 Learn » Re: T... args! | |||
|---|---|---|---|
| |||
...tuple with a name that shadows the outer name. Note that `string` is NOT a... | |||
April 08, 2022 General » Re: 'scope' confusion | |||
|---|---|---|---|
| |||
...at `f` means you cannot escape the outer array. But on `yesScope`, it means that... | |||
April 07, 2022 Issues » [Issue 22995] New: goto case cannot forward to outer case label | |||
|---|---|---|---|
| |||
...22995
Summary: goto case cannot forward to outer case label
Product: D
Version: D2
Hardware... | |||
Copyright © 1999-2021 by the D Language Foundation