hledger/hledger-lib/Hledger
Simon Michael 577e4b6347 fix!: csv: skip now counts non-blank lines more robustly (fix #2024)
Inner empty lines were not being skipped automatically, contrary to
docs. Now all empty lines are skipped automatically, and the `skip`
rule is needed only for non-empty lines, as intended.

This may be a breaking change: it's possible that the `skip` count
might need to be adjusted in some CSV rules files.
2023-05-11 17:06:12 -10:00
..
Data lib: add toggleopt, for flags that toggle when repeated 2023-05-09 10:08:52 -10:00
Read fix!: csv: skip now counts non-blank lines more robustly (fix #2024) 2023-05-11 17:06:12 -10:00
Reports imp: cli: make some reporting flags toggle on/off when repeated 2023-05-09 11:10:12 -10:00
Utils imp: cli: try to ensure less (and its more mode) show ANSI (fix #2015) 2023-04-06 11:13:00 -10:00
Data.hs ref: move journal checking/pretty errors down further, to Hledger.Data 2022-05-21 18:29:13 -10:00
Query.hs imp: "type:" queries now see through aliases/pivots, like acct: (fix #2018) 2023-04-06 11:12:35 -10:00
Read.hs ;dev: lib: also build with GHC 9.6.1; add base-compat 2023-03-14 10:42:48 -10:00
Reports.hs cln: tests: Remove test and tests, which are just aliases for testCase 2021-08-30 16:32:19 -10:00
Utils.hs dev: lib: Hledger.Utils cleanup 2022-11-04 22:19:24 -10:00