diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-15 14:01:07 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-15 14:01:07 +0200 |
| commit | 52765e0350629bd22aea8eead630c9efe09ec5f9 (patch) | |
| tree | 1d0b4de4377877b60fd91e472b0c00adbbadd22f /README.md | |
| parent | 20bb69d641c5242d026df5d3fcc9681064758ad6 (diff) | |
| download | notifyd-52765e0350629bd22aea8eead630c9efe09ec5f9.tar.gz notifyd-52765e0350629bd22aea8eead630c9efe09ec5f9.zip | |
fix: close the review nits in the write path, query path and tests
Remove the temp file on every writeJSON failure path, not just the write
and close ones. A failed rename left the temp behind with no cleanup.
Surface the list path's unmarshal error instead of printing null with exit
0, and make a non-positive history limit print an empty array rather than
falling through to the whole ring.
Assert the evicted item actually lands in the history ring, so the "files
to history" half of eviction is covered rather than just its signal.
Add the missing README License section beside the GPLv2 text and headers.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -31,6 +31,10 @@ dunst is not removed until this proves itself. To switch: The renderer that draws the balloons is a separate plan; until it ships the queue is visible through `notifyctl list`. +## License + +GPLv2 only. See [LICENSE](LICENSE). + ## Development Approach This project is developed using AI-assisted tools. Code is generated with the help of AI based on human-provided specifications, design decisions, and iterative feedback. |
