June 17, 2023 General » Better error message for endless recursion (or other segfaults) on linux | |||
|---|---|---|---|
| |||
...provides alternative stack memory for the signal handler. I tried integrating this into the existing... | |||
May 30, 2023 General » Re: We're long overdue for a "D is awesome" post | |||
|---|---|---|---|
| |||
...switch to suppress error messages, I used a mock error handler that just did nothing. | |||
May 26, 2023 Issues » [Issue 23939] trace handler showing incorrect stack frames | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23939 Steven Schveighoffer <schveiguy@gmail.com> changed... | |||
May 26, 2023 Issues » [Issue 23939] New: trace handler showing incorrect stack frames | |||
|---|---|---|---|
| |||
...id=23939
Issue ID: 23939
Summary: trace handler showing incorrect stack frames
Product: D
Version... | |||
May 26, 2023 Issues » [Issue 22985] dip1008 implementation uses the GC behind the scenes | |||
|---|---|---|---|
| |||
...missed this one. This should be fixed in 2.102 with the new trace handler. -- | |||
May 25, 2023 General » Re: Direct recursion detection possible? | |||
|---|---|---|---|
| |||
...be nothrow if there is an exception handler. I don’t know what the D call... | |||
April 30, 2023 Issues » [Issue 23871] New: ImportC: __attribute((noreturn)) not recognized | |||
|---|---|---|---|
| |||
...extern XtErrorMsgHandler XtAppSetErrorMsgHandler(
XtAppContext /* app_context */,
XtErrorMsgHandler /* handler */ _X_NORETURN //line 1729
);
----------------
It seems it... | |||
April 25, 2023 Issues » [Issue 19512] Exception during scope(exit) of an exception yields undefined behavior | |||
|---|---|---|---|
| |||
...now getting: This code is reached This handler is never reached This code is NOT... | |||
April 12, 2023 Learn » Re: Assocative array lookup for object | |||
|---|---|---|---|
| |||
...auto handler = Handler!(List());
import std.conv : text;
foreach(i, ref fruit; fruits)
{
handler.set... | |||
April 12, 2023 Learn » Re: Assocative array lookup for object | |||
|---|---|---|---|
| |||
...return *ret;
}
return null;
}
assert(handler["D Lang"] == &foo);
assert(handler["null"] is null);
```
SDB... | |||
Copyright © 1999-2021 by the D Language Foundation