May 17, 2019 Announce » Re: Phobos is now compiled with -preview=dip1000 | |||
|---|---|---|---|
| |||
...limited lifetime to some store in an outer scope with a longer or infinite lifetime... | |||
May 17, 2019 General » Re: Thoughts about "Compile-time types" talk | |||
|---|---|---|---|
| |||
...I'm looking at the forest from outer space... it covers the whole planet. It... | |||
May 16, 2019 IDEs » Re: Two visual D suggestions: | |||
|---|---|---|---|
| |||
...FQN then it could try to use outer context, then this, then super, etc... (and... | |||
May 15, 2019 General » Re: Shared | |||
|---|---|---|---|
| |||
...that it's safe to remove the outer layer of shared within a synchronized function... | |||
May 14, 2019 General » Re: Shared | |||
|---|---|---|---|
| |||
...still only be able to remove the outer layer of shared - the layer directly in... | |||
May 13, 2019 General » Re: Shared | |||
|---|---|---|---|
| |||
...then, it could only safely remove the outer layer of shared, because anything that isn... | |||
May 13, 2019 Learn » Re: LDC2 and classic profiling | |||
|---|---|---|---|
| |||
...inside of subpackage and uses my own (outer) dependency package which also compiled without -fprofile... | |||
May 11, 2019 Issues » [Issue 2471] .stringof for nested types does not include outer symbol | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=2471 Mathias LANG <pro.mathias.lang@gmail... | |||
May 07, 2019 Issues » [Issue 16215] Nested class unable to resolve outer class variables in certain scenarios | |||
|---|---|---|---|
| |||
...BaseInner
{
void func()
{
pragma(msg, typeof(this.outer)); // prints "Derived"
someMethod();
}
}
}
void main() {}
compiler output... | |||
May 06, 2019 Issues » [Issue 19850] New: double nested joiner .back falsely thinks the range is empty | |||
|---|---|---|---|
| |||
...Consider the following code:
auto outer = [[[0]]];
auto result = outer.map!(
middle => middle.map!(
inner... | |||
Copyright © 1999-2021 by the D Language Foundation