4 days ago Announce » D Language Foundation June Monthly Meeting Summary | |||
|---|---|---|---|
| |||
...DMD. For example, if you wanted to print some AST nodes, then you'd be... | |||
5 days ago Learn » Partial application on Nth argument | |||
|---|---|---|---|
| |||
...fun5 = fun(a, 5); alias fun5 = partialN!(fun, 1, 5); writeln(fun5(7)); // print 2 ``` | |||
December 02 Learn » Re: Variable modified by different threads. | |||
|---|---|---|---|
| |||
...complete
thread1.join();
thread2.join();
thread3.join();
// Print the final value
counter.writefln!"Final value... | |||
December 01 Learn » Re: Variable modified by different threads. | |||
|---|---|---|---|
| |||
...0;
while (stopped != totalThreads) {
receive((LinkTerminated _) {
stopped++;
});
}
// Print the final value of g.
writefln!"%,s... | |||
December 01 Issues » [Issue 24468] stdThreadLocalLog does not print `log` and `trace` logs | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=24468 --- Comment #5 from dlangBugzillaToGithub <robert.schadek... | |||
December 01 Issues » [Issue 20735] UTFException.toString does not print a stack trace or filename/line | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=20735 --- Comment #1 from dlangBugzillaToGithub <robert.schadek... | |||
December 01 Issues » [Issue 20572] spawnProcess to print process filename on error | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=20572 --- Comment #2 from dlangBugzillaToGithub <robert.schadek... | |||
December 01 Issues » [Issue 17797] [REG 2.073.2] double print to stdout when reading stdin in another thread | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=17797 --- Comment #5 from dlangBugzillaToGithub <robert.schadek... | |||
December 01 General » Re: Variable notation | |||
|---|---|---|---|
| |||
...traits(getAttributes, obj.tupleof[i]));
}
}
}
```
Which will print (I added the comments):
```
AliasSeq!() // Member n... | |||
November 28 Issues » [Issue 24888] New: DMD generates bad DWARF for static array return values | |||
|---|---|---|---|
| |||
...16 bytes, trying to call it and print its return value from gdb results in... | |||
Copyright © 1999-2021 by the D Language Foundation