9 hours ago Issues » [Issue 16333] show stack overflow as error message instead of segfaulting | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=16333 --- Comment #1 from dlangBugzillaToGithub <robert.schadek... | |||
9 hours ago Issues » [Issue 12145] Custom error messages are no longer printed for core.exceptions | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=12145 --- Comment #1 from dlangBugzillaToGithub <robert.schadek... | |||
9 hours ago Issues » [Issue 7018] thrown Error from different thread should lead to program abort | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=7018 --- Comment #10 from dlangBugzillaToGithub <robert.schadek... | |||
1 day ago Issues » [Issue 24892] We need a __traits trait to test for whether one class is derived from another | |||
|---|---|---|---|
| |||
...the function (best case, you get an error; worst case, you get silent breakage due... | |||
1 day ago Announce » Re: Dlang Coffee Haus Thurs Dec 12 7PM at Red Robin | |||
|---|---|---|---|
| |||
...there. Einstein's constant was a terrible error. Current forecast for next week looks promising. | |||
1 day ago DIP Ideas » Re: @property fields | |||
|---|---|---|---|
| |||
...SDC does, which is make it an error to use the property like a function... | |||
1 day ago DIP Ideas » Re: Struct inheritance | |||
|---|---|---|---|
| |||
...The 'Assign' case would be a compile error, and once removed it would yield: ``` MethB... | |||
2 days ago Learn » Re: Partial application on Nth argument | |||
|---|---|---|---|
| |||
...e);
//Fun(h, l, l, o).writeln; //error
}
}
template bindArgument(alias func, size_t N... | |||
2 days ago Announce » D Language Foundation June Monthly Meeting Summary | |||
|---|---|---|---|
| |||
...was doable. But it was used for error messages, so it needed to be fixed... | |||
3 days ago Learn » Re: Partial application on Nth argument | |||
|---|---|---|---|
| |||
...idx, args...)
{
enum error = "Missing argument!";
static assert(idx < args.length, error);
auto partialN(T... | |||
Copyright © 1999-2021 by the D Language Foundation