mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-13 06:05:17 +03:00
e92ab28cce
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. |
||
---|---|---|
.. | ||
Common.hs | ||
CsvReader.hs | ||
CsvUtils.hs | ||
InputOptions.hs | ||
JournalReader.hs | ||
LedgerReader.hs.disabled | ||
RulesReader.hs | ||
TimeclockReader.hs | ||
TimedotReader.hs |