December 12, 2013 General » Re: GuitarHero/RockBand fans... side project anyone? | |||
|---|---|---|---|
| |||
...specific input api, and producing project specific outputs (in the way of rendering backend). The... | |||
December 12, 2013 General » Re: Delegate Memory Usage & Optimization | |||
|---|---|---|---|
| |||
...bar();
writeln(d1.ptr);
dgList ~= d1;
}
---------
This outputs:
null
7F37305DDFF0
So it seems DMD optimizes... | |||
December 11, 2013 Announce » Re: DUB 0.9.20 | |||
|---|---|---|---|
| |||
The current GIT master version now outputs a clearer message, stating that the existing binary... | |||
December 11, 2013 General » Re: No household is perfect | |||
|---|---|---|---|
| |||
...import std.range;
pragma(msg, isInputRange!(Struct)); // outputs 'false'
void main() {}
---
Any plans/ways to... | |||
December 10, 2013 Learn » Re: Stream-Based Processing of Range Chunks in D | |||
|---|---|---|---|
| |||
...step for each kind of statistic, which outputs the input range unchanged and does its... | |||
December 04, 2013 Learn » Re: extern(C) delegate | |||
|---|---|---|---|
| |||
...d c_dg.o && ./ddg` The program outputs: result: 42, 7 it's null. You... | |||
November 29, 2013 General » Re: Is this a bug ? | |||
|---|---|---|---|
| |||
...instead of write. writef uses the format string, plain write just literally outputs its arguments. | |||
November 27, 2013 Issues » [Issue 9285] dtoh utility - convert D files to C++ header files | |||
|---|---|---|---|
| |||
...dmd's json output has changed, it outputs mangles instead of types now! Weird. Of... | |||
November 25, 2013 Issues » [Issue 11601] New: pragma(msg, ...) output not silenced inside is(typeof()) and __traits(compiles, ...) | |||
|---|---|---|---|
| |||
...is(typeof(foo!string))); } The above program outputs "Error message." before concluding that the function... | |||
November 24, 2013 Issues » [Issue 8739] DDoc outputs wrong parameter name in delegate parameter list | |||
|---|---|---|---|
| |||
https://d.puremagic.com/issues/show_bug.cgi?id=8739 Kenji Hara <k.hara.pg... | |||
Copyright © 1999-2021 by the D Language Foundation