April 01, 2015 General » Re: unittests are really part of the build, not a special run | |||
|---|---|---|---|
| |||
...4. Setup and teardown hooks 5. Different outputs depending on use case All of this... | |||
March 30, 2015 General » Re: They wrote the fastest parallelized BAM parser in D | |||
|---|---|---|---|
| |||
...different tasks, and presumably as long as outputs are to standard file types (ie. NetCDF... | |||
March 29, 2015 LDC » Corruption of shared data with multiple threads | |||
|---|---|---|---|
| |||
...d)
void main() {
fun(...);
}
void fun(...) {
...
}
and outputs the same line count as dmd does... | |||
March 29, 2015 General » Re: Class Hierarchy Graphs | |||
|---|---|---|---|
| |||
...explains how to run it. The example outputs... this. (Try not to scream.) https://i... | |||
March 26, 2015 Learn » need help with CTFE | |||
|---|---|---|---|
| |||
...other version ('else' case) compiles, runs, and outputs (as expected):
this is a screwdriver.
unknown... | |||
March 18, 2015 Announce » Re: DDT 0.11.0 released | |||
|---|---|---|---|
| |||
...understand any of the debug formats DMD outputs (COFF/MSVC or OMF), and it likely... | |||
March 10, 2015 Learn » Re: How does laziness and UFCS interact? | |||
|---|---|---|---|
| |||
...expression();
}
void main()
{
S().a.b.lazily;
}
Outputs
entered lazily
entered a
entered b
>> The... | |||
March 10, 2015 Learn » Re: What's the rationale here? alias this and function arguments | |||
|---|---|---|---|
| |||
...end of you sample: --- s(0); --- DMD outputs: ```Error: cannot resolve type for s.foo... | |||
March 08, 2015 Learn » Seems core.thread.Fiber is broken dmd windows 64-bit build | |||
|---|---|---|---|
| |||
...call();
writeln( 4);
}
===============
The 64 bit version outputs 1 and crashes when yield is executed... | |||
March 04, 2015 Issues » [Issue 14244] New: 2.067: Error when 'this' used as ref parameter | |||
|---|---|---|---|
| |||
...066 compiles without error, 2.067-b3 outputs: test.d(5) function test.bar (ref... | |||
Copyright © 1999-2021 by the D Language Foundation