February 01, 2013 General » Re: Possible @property compromise | |||
|---|---|---|---|
| |||
...struct S {}
pragma(msg, sizeof(S).stringof); // outputs 1 (empty structs must have some size... | |||
January 25, 2013 General » Re: Incorporating D | |||
|---|---|---|---|
| |||
...a json file generated by dmd, and outputs a C++ interface for it. The Makefile... | |||
January 24, 2013 Issues » [Issue 9387] New: Compiler switch -O changes behavior of correct code | |||
|---|---|---|---|
| |||
...placed a writefln() into line 45, which outputs the value of variable a. When you... | |||
January 22, 2013 Issues » [Issue 9371] New: @safe works or doens't depending on position | |||
|---|---|---|---|
| |||
...void test()
{
foo();
bar();
}
DMD 2.061 outputs:
bug_safe.d(9): Error: safe function... | |||
January 22, 2013 Learn » Re: TDPL message passing: OwnerFailed? | |||
|---|---|---|---|
| |||
...Always on the input files, never the outputs I'm using a win32 dmd on... | |||
January 22, 2013 Learn » Re: Atomic updates | |||
|---|---|---|---|
| |||
...t produce a very efficient binary). The outputs: Go atomic2b: sum ---updates--- mean buckets 1000... | |||
January 22, 2013 Learn » TDPL message passing: OwnerFailed? | |||
|---|---|---|---|
| |||
...writer that takes 1 input, and 2 outputs. THis is rather easy, but the error... | |||
January 20, 2013 Issues » [Issue 9361] New: Nasty bug and/or error message for template constaints using this | |||
|---|---|---|---|
| |||
...u.butPleaseDontUseMe( a ); } Run this and it outputs: Assertion failure: 'fd && fd->inferRetType' on line... | |||
January 17, 2013 General » Re: D rawkz! -- custom writefln formats | |||
|---|---|---|---|
| |||
...feeding %{obj:thename}.", [
"subj": x,
"obj": y
]);
// Outputs: "The man is feeding the dog."
writeln... | |||
January 17, 2013 Issues » [Issue 9330] New: Cannot run dmd test suite with MSYS | |||
|---|---|---|---|
| |||
...variables: C:\Users\khara command lines and outputs: Creating output directory: test_results Building d... | |||
Copyright © 1999-2021 by the D Language Foundation