Search

June 17, 2023
General »
...provides alternative stack memory for the signal handler. I tried integrating this into the existing...
May 30, 2023
General »
...switch to suppress error messages, I used a mock error handler that just did nothing.


May 26, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=23939

Steven Schveighoffer <schveiguy@gmail.com> changed...
May 26, 2023
Issues »
...id=23939

          Issue ID: 23939
           Summary: trace handler showing incorrect stack frames
           Product: D
           Version...
May 26, 2023
Issues »
...missed this one. This should be fixed in 2.102 with the new trace handler.

--
May 25, 2023
General »
...be nothrow if there is an exception handler.

I don’t know what the D call...
April 30, 2023
Issues »
...extern XtErrorMsgHandler XtAppSetErrorMsgHandler(
    XtAppContext        /* app_context */,
    XtErrorMsgHandler   /* handler */ _X_NORETURN //line 1729
);
----------------
It seems it...
April 25, 2023
Issues »
...now getting:

This code is reached
This handler is never reached
This code is NOT...
April 12, 2023
Learn »
...auto handler = Handler!(List());

  import std.conv : text;
  foreach(i, ref fruit; fruits)
  {
    handler.set...
April 12, 2023
Learn »
...return *ret;
    }
    return null;
  }

  assert(handler["D Lang"] == &foo);
  assert(handler["null"] is null);
```

SDB...
1 2 3 4 5 6
Next ›   Last »