aboutsummaryrefslogtreecommitdiff
path: root/tests/test-wttrin-query-request-id.el
Commit message (Collapse)AuthorAgeFilesLines
* fix: drop stale async weather responses that overwrite a newer queryCraig Jennings2026-06-281-0/+56
wttrin-query reuses the single *wttr.in* buffer, so requesting Paris then Berlin and having Paris return last overwrote the Berlin buffer. Each query now stamps a monotonic request id on the buffer; the callback displays only when its captured id still matches, so a superseded response is ignored.