April 29, 2015 General » Re: The amazing template which does nothing | |||
|---|---|---|---|
| |||
DMD and GDC don't generate compatible outputs, so it's not that straightforward to... | |||
April 27, 2015 Issues » [Issue 14502] dmd -O optimization breaks app | |||
|---|---|---|---|
| |||
...And is slow as hell to test outputs from all variants (-O -release, -release, -debug... | |||
April 16, 2015 Learn » Printing an std.container.Array | |||
|---|---|---|---|
| |||
...writeln(Array!int([1, 2])); return 0; } outputs the following: Array!int(RefCounted!(Payload, cast... | |||
April 14, 2015 Learn » DLangUI: Rendering a generated image | |||
|---|---|---|---|
| |||
...DLangUI? I'm trying to render the outputs of some noise-generating functions, along with... | |||
April 11, 2015 General » null this, classes, methods and "null this" assertion | |||
|---|---|---|---|
| |||
...a.length); } in "-release" mode this code outputs "0" and "42", as expected (by me... | |||
April 08, 2015 General » Re: Wanted: Review manager for std.data.json | |||
|---|---|---|---|
| |||
...can help to solve this problem. It outputs less errors, but also compiles fine in... | |||
April 07, 2015 General » Re: Why I'm Excited about D | |||
|---|---|---|---|
| |||
...void main() {
fun("Hello world");
}
This program outputs a blank line. :-)
T
--
A mathematician is... | |||
April 05, 2015 Issues » [Issue 14410] New: core.demangle doesn't handle typeof(null) correctly | |||
|---|---|---|---|
| |||
...The following code fails because demangleType("n") outputs an empty string
instead of "typeof(null... | |||
April 03, 2015 Announce » Re: Reggae v0.0.5 super alpha: A build system in D | |||
|---|---|---|---|
| |||
...You could have a D backend that outputs (then compiles and runs) your example. The... | |||
April 03, 2015 Issues » [Issue 14399] New: std.json cannot parse its own output for nan | |||
|---|---|---|---|
| |||
...null'). I would expect std.json to be able to parse the strings it outputs. -- | |||
Copyright © 1999-2021 by the D Language Foundation