We no longer attempt to process timeclock entries in time order - that was a wrong requirement, probably given by me, that can't work. Now we just process them in parse order. This plus a little tweaking of error checking fixes several ordering bugs with overlapping sessions and also allows same-named overlapping sessions. More cleanup will follow. More testing might show that --old-timeclock is no longer needed. |
||
|---|---|---|
| .. | ||
| Hledger | ||
| 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.