Strict checks now run only once, at end of the high level read operation, and not for each individual file; this fixes some spurious --strict failures, like account declarations not affecting a sibling file as they should. And .latest file writing now happens as the last step, after passing strict checks. This is mainly for the import command, but it also means that hledger print --new now does not update .latest files if strict checks are failing. The file reading API has been improved and documented in more detail. |
||
|---|---|---|
| .. | ||
| Hledger | ||
| other/ledger-parse | ||
| test | ||
| Text | ||
| .date.m4 | ||
| .ghci | ||
| .version | ||
| .version.m4 | ||
| CHANGES.md | ||
| hledger-lib.cabal | ||
| Hledger.hs | ||
| LICENSE | ||
| package.yaml | ||
| README.md | ||
| Setup.hs | ||
hledger-lib
A reusable library containing hledger’s core functionality. This is used by most hledger* packages so that they support the same common file formats, command line options, reports etc.
See also: the project README and home page.