diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-25 07:38:30 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-25 07:38:30 -0500 |
| commit | 8ad9fce0f469cecd4d4b682c25272348f35259b2 (patch) | |
| tree | bd0a8ebde6855a35c9b41c4f1c69943c422ab1e7 /package-summary.md | |
| parent | 8bd689aca28bee00bd71e1e7a3149e803fe1049a (diff) | |
| download | pearl-8ad9fce0f469cecd4d4b682c25272348f35259b2.tar.gz pearl-8ad9fce0f469cecd4d4b682c25272348f35259b2.zip | |
fix: guard issue async callbacks against a killed buffer
pearl--push-issue-field (the field setters) and pearl-refresh-current-issue ran goto-char on the captured marker in their success callbacks with no liveness check. If the buffer was killed before the async response returned, the dead marker signaled "Marker does not point anywhere" from the callback. I wrapped the buffer work in a buffer-live-p check; the field setters still report the remote success, and refresh reports that the buffer was closed.
This closes the last gap in the command/context test-coverage task. The other seven items it named were already covered by the quick-bug batch's tests; this adds the killed-buffer regression for the issue paths (delete-current-comment already had its own).
Diffstat (limited to 'package-summary.md')
0 files changed, 0 insertions, 0 deletions
