19 hours ago Learn » Interpolated strings? | |||
|---|---|---|---|
| |||
...to show what I tried: string s; int i auto x = i"Message $(s) has... | |||
1 day ago General » Re: writing to closed stdout (II): exit status | |||
|---|---|---|---|
| |||
...types.h>
#include <sys/wait.h>
int main ()
{
int rc = fork ();
assert (rc != -1);
if... | |||
1 day ago General » Re: writing to closed stdout (II): exit status | |||
|---|---|---|---|
| |||
...of a returned 0:
```
$ cat return0.d
int main ()
{
import std.stdio;
writeln ("OK.");
return... | |||
1 day ago General » Re: writing to closed stdout (II): exit status | |||
|---|---|---|---|
| |||
...needs to be packed into a single `int` variable alongside other metadata (`WIFEXITED`, `WIFSIGNALED`, and... | |||
2 days ago Issues » [Issue 22119] [Functions] Function Overloading clarity for int[] and strings | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=22119 --- Comment #4 from dlangBugzillaToGithub <robert.schadek... | |||
2 days ago General » writing to closed stdout (II): exit status | |||
|---|---|---|---|
| |||
...the D program using `extern (C) int close (int); close (1);`.) ```sh $ dmd return0.d... | |||
3 days ago General » Re: -preview=safer for D | |||
|---|---|---|---|
| |||
...void baz(){
int x;
// auto y=&x; // error, good
}
void qux(){
foo(); // ok
int x... | |||
3 days ago General » Re: -preview=safer for D | |||
|---|---|---|---|
| |||
...allocate (ref int [] a)
{
int [16] b;
writeln (b);
a = b;
}
void main ()
{
int [] c... | |||
3 days ago Issues » [Issue 24361] casting string literal to static int array is broken | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=24361 --- Comment #2 from dlangBugzillaToGithub <robert.schadek... | |||
3 days ago Issues » [Issue 22256] casting int from struct member to enum fails at compile time | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=22256 --- Comment #1 from dlangBugzillaToGithub <robert.schadek... | |||
Copyright © 1999-2021 by the D Language Foundation