Simon Michael

Results 1244 comments of Simon Michael

Thanks for this @Stealthmate. When you have a chance, rebase it and fix failing checks and I'll check it out.

Hi @Stealthmate. Do you have time to revisit this hledger PR: allow timestamp syntax in transaction dates ? It needs rebasing and test passing.

In fact, I'm seeing a segfault with this trivial data type: ``` $ ghci > import GHC.DataSize > data A = A Int deriving Show > closureSize $ A 1...

Some related feedback from me in #GHC chat: > With ghc 9.10, readFile "nosuchfile" is printing a (useless) stack trace with the error, when compiled. Is it a known bug...

Hmm, but while more robust in principle, the new balancing strategy can reject some entries that we previously accepted. I assume those will be easy to fix manually by making...

This gets complicated, so I've written up my understanding of how https://joyful.com/PTA+transaction+balancing works in Ledger/hledger/Beancount, and some issues with hledger's current behaviour. The nub for this PR is this: >...

I have tested the new behaviour a little bit with my files. So far, I found only a few transactions per year which are now considered unbalanced, and it has...

Though breaking people's working journals is bad, creating more complications by trying to avoid that is also bad. So I've gone with a simpler toggle: ``` --txn-balancing=... how to check...