1 day ago General » Re: writing to closed stdout (II): exit status | |||
|---|---|---|---|
| |||
...d
int main ()
{
import std.stdio;
writeln ("OK.");
return 0;
}
$ dmd -run return0 1>&-; echo... | |||
1 day ago Issues » [Issue 22962] issues.dlang.org: SSL peer certificate or SSH remote key was not OK on handle | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=22962 --- Comment #1 from dlangBugzillaToGithub <robert.schadek... | |||
1 day ago General » writing to closed stdout (II): exit status | |||
|---|---|---|---|
| |||
...d
int main ()
{
import std.stdio;
writeln ("OK.");
return 0;
}
```
(`1>&-` or `>&-` can be used... | |||
2 days ago General » Re: -preview=safer for D | |||
|---|---|---|---|
| |||
...foo(); // ok
}
void baz(){
int x;
// auto y=&x; // error, good
}
void qux(){
foo(); // ok... | |||
3 days ago Issues » [Issue 23240] dmd compiles 'ok' class invalid to interface if class contains abstract members | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23240 --- Comment #4 from dlangBugzillaToGithub <robert.schadek... | |||
3 days ago Issues » [Issue 22645] Linking fails with fatal error LNK1318: Unexpected PDB-error: OK (0) "" | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=22645 --- Comment #8 from dlangBugzillaToGithub <robert.schadek... | |||
3 days ago Issues » [Issue 18371] allow default parameters after `...` (not just template variadics, which are ok now) | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=18371 --- Comment #1 from dlangBugzillaToGithub <robert.schadek... | |||
3 days ago Issues » [Issue 16414] final opCmp in interface: throws at runtime. (OK if abstract class instead of interface) | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=16414 --- Comment #1 from dlangBugzillaToGithub <robert.schadek... | |||
3 days ago Issues » [Issue 15747] debug info missing for static library (dmd only, ldc is ok) | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=15747 --- Comment #1 from dlangBugzillaToGithub <robert.schadek... | |||
December 06 DIP Ideas » Re: Struct inheritance | |||
|---|---|---|---|
| |||
...would need to double check it, but ok I can ditch the : in favor of... | |||
Copyright © 1999-2021 by the D Language Foundation