Prevent infinite recursion reporting a problem - #8031
Conversation
|
| Filename | Overview |
|---|---|
| src/BloomExe/NonFatalProblem.cs | Adds a [ThreadStatic] reentrancy guard around ShowToast to break the Report → ShowToast → SendBundle → ReportConnectionError → Report recursion cycle; implementation is correct. |
Reviews (1): Last reviewed commit: "Prevent infinite recursion reporting a p..." | Re-trigger Greptile
|
🤖 Claude Opus 4.8 (1M context) Consulted Devin on 2026-07-30 20:46 UTC up to commit Re-review clean — 0 Bugs, 0 Investigate flags. Devin raised 2 Informational items (not action-required, not mirrored as threads):
Both are being surfaced to the developer as FYI/optional-hardening notes. CI (Greptile, pr-automation) is green. |
andrew-polk
left a comment
There was a problem hiding this comment.
@andrew-polk reviewed 1 file and all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on StephenMcConnel).
Devin review
This change is