You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One can prefer use of single `Exception` instance to prevent creating new Exception objects and continue `throw`ing that single instance. When this approach is preferred, Throwable trace info shows trace of the first `throw` of that exception, which leads to invalid information for following throws.
The text was updated successfully, but these errors were encountered:
@mkykadir created dlang/druntime pull request #3742 "fix Issue 22774 - TraceInfo is gathered only once when throwing a Thr…" fixing this issue:
- fix Issue 22774 - TraceInfo is gathered only once when throwing a Throwable
Update `info` during every `throw`https://github.com/dlang/druntime/pull/3742
muhammed.yucel reported this on 2022-02-15T05:28:24Z
Transferred from https://issues.dlang.org/show_bug.cgi?id=22774
Description
The text was updated successfully, but these errors were encountered: