Hledger.Utils.IO helpers have been updated and new ones have been added (exitOnExceptions, exitWithError) to allow consistent display of program errors whether compiled with GHC <9.10, GHC 9.10, or GHC >9.10. The trailing newlines added by GHC 9.10 are gone, and so is the "uncaught exception" output added by GHC 9.12.
9 lines
215 B
Plaintext
9 lines
215 B
Plaintext
$$$ hledger check -f csviftablevaluecount.csv
|
|
>>>2 /hledger: Error: .*csviftablevaluecount.csv.rules:4:1:
|
|
\|
|
|
4 \| one,val1
|
|
\| \^
|
|
line of conditional table should have 2 values, but this one has only 1
|
|
/
|
|
>>>= 1
|