alphapapa / magit-todos

Show source files' TODOs (and FIXMEs, etc) in Magit status buffer
GNU General Public License v3.0
729 stars 49 forks source link

Error in process execution forces automatic scanning on status update #158

Open projectgus opened 11 months ago

projectgus commented 11 months ago

This is a pretty minor bug that I noticed but thought was worth reporting.

Steps to reproduce

Expected behaviour

Afterwards, refreshing magit status will continue to not automatically scan for to-dos (as per the magit-todos-update selection).

Observed behaviour

Afterwards, refreshing magit status will trigger a new scan each time, behaving as if magit-todos-update was set to t.

Analysis

alphapapa commented 11 months ago

Hi Angus,

This might be the best-written bug report I've ever received. Should be a simple fix. Thank you!

alphapapa commented 6 months ago

Fixing this has the potential to cause other bugs, so targeting it for 1.8 so it can sit on master for a while.