Search

April 01, 2015
General »
...4. Setup and teardown hooks
5. Different outputs depending on use case

All of this...
March 30, 2015
General »
...different tasks, and presumably as long as outputs are to standard file types (ie. NetCDF...
March 29, 2015
LDC »
...d)
void main() {
   fun(...);
}
void fun(...) {
    ...
}
and outputs the same line count as dmd does...
March 29, 2015
General »
...explains how to run it. The example outputs... this. (Try not to scream.)

https://i...
March 26, 2015
Learn »
...other version ('else' case) compiles, runs, and outputs (as expected):
this is a screwdriver.
unknown...
March 18, 2015
Announce »
...understand any of the debug formats DMD outputs (COFF/MSVC or OMF), and it likely...
March 10, 2015
Learn »
...expression();
}

void main()
{
    S().a.b.lazily;
}

Outputs

entered lazily
entered a
entered b


>> The...
March 10, 2015
Learn »
...end of you sample:
---
s(0);
---

DMD outputs:

```Error: cannot resolve type for s.foo...
March 08, 2015
Learn »
...call();
    writeln( 4);
}
===============
The 64 bit version outputs 1 and crashes when yield is executed...
March 04, 2015
Issues »
...066 compiles without error, 2.067-b3 outputs:

test.d(5) function test.bar (ref...
60 61 62 63 64 65 66 67 68 69 70 71
Next ›   Last »