DamienCassou / flycheck-hledger

hledger checker for flycheck
GNU General Public License v3.0
13 stars 6 forks source link

latest flycheck-hledger sometimes hangs #25

Open simonmichael opened 2 months ago

simonmichael commented 2 months ago

Since #20's commit 53645a6, with hledger 1.33 in PATH and ordereddates in flycheck-hledger-checks, I see flycheck-hledger hanging when I move or uncomment entries to trigger an ordereddates failure. (To regain control of Emacs, you must wait a bit then press control-g a few times.)

DamienCassou commented 2 months ago

@shivjm: could you please have a look?

shivjm commented 2 months ago

Thanks for the report, Simon. Do you think you could suggest some steps to reproduce it? This is what I tried:

  1. Open an existing journal.
  2. Cut the last entry.
  3. Paste it a few transactions earlier so that it’s now out of order.

I haven’t seen it hanging so far.