Commit Graph

1053 Commits

Author SHA1 Message Date
Simon Michael
1c8a0aed08 convert: find/create the rules file automatically, allow comment lines 2009-12-03 23:34:23 +00:00
Simon Michael
2607082e9e convert: new rules file format, more docs 2009-12-03 20:54:20 +00:00
Simon Michael
43e327d05b convert: more useful --debug output, show csv record 2009-11-19 06:29:49 +00:00
marko.kocic
b197693197 Hlint: Warning: Redundant brackets 2009-09-22 16:51:27 +00:00
Simon Michael
9ac76cff35 make cabal test run our unit tests 2009-07-31 17:03:35 +00:00
Simon Michael
5939a93d95 --debug implies --verbose 2009-08-12 09:07:56 +00:00
Simon Michael
1b5f72c17f refactor 2009-11-19 06:22:09 +00:00
Simon Michael
719638fa2f docs: move convert docs out of haddock 2009-12-01 15:13:13 +00:00
Simon Michael
e2f10f49d9 update a not-so-good example in convert haddock 2009-09-01 20:36:36 +00:00
Simon Michael
f35184583a convert: more robust csv parsing, specify null field positions with - 2009-11-18 07:29:44 +00:00
marko.kocic
2855fe9e0a Hlint: Error: Redundant do 2009-09-22 12:08:28 +00:00
marko.kocic
8fdd28d446 Hlint: Error: Redundant $ 2009-09-22 11:55:11 +00:00
Simon Michael
550357934f print: fix long account name truncation, align amounts 2009-08-06 20:19:00 +00:00
Simon Michael
cbe61304da docs: add commands section, document convert command 2009-12-01 15:13:27 +00:00
Simon Michael
c474077ef5 tools: release process updates 2009-12-12 02:55:59 +00:00
Simon Michael
436929c752 update benchmark exes 2009-12-12 02:35:09 +00:00
Simon Michael
0cbab63143 docs: update version numbering policy 2009-12-10 22:43:23 +00:00
Simon Michael
fdc3949224 make tests independent of user's default ledger 2009-12-12 03:00:27 +00:00
Simon Michael
5d6c6d778e there shouldn't be brackets in transaction's effective date, my mistake 2009-12-12 03:03:41 +00:00
Simon Michael
b6a5a3398e parsing: tighten up dates, error messages, tests 2009-11-25 21:21:49 +00:00
Simon Michael
4f22fd657e simplify tests for latest shelltestrunner 2009-07-14 21:50:02 +00:00
Simon Michael
cb0a90cbd7 shelltestrunner now packaged separately, update tests for it 2009-07-11 22:30:10 +00:00
Simon Michael
f1f4a0c023 shelltest: use test-framework as test runner
We can now run shell tests in parallel which seems to be a big win. 
Tests which took 3.5s now run in .13s.
2009-06-28 02:31:36 +00:00
Simon Michael
e11c828aaf shelltest: show filename, not command, when running tests 2009-06-27 10:35:10 +00:00
Simon Michael
ba47853501 shelltest: make fields in .test files optional 2009-06-27 10:18:34 +00:00
Simon Michael
a6cc0effe5 makefile: test rule cleanups 2009-06-28 03:17:02 +00:00
Simon Michael
f8664057ba amountless-virtual-postings.test 2009-06-30 17:20:07 +00:00
Simon Michael
3533f3d0c3 parsing: another comment test 2009-07-10 17:21:30 +00:00
Simon Michael
6091c8a099 add/update some functional tests 2009-07-09 00:38:52 +00:00
Simon Michael
3b9c6448be more test tweaks 2009-06-27 11:02:28 +00:00
Simon Michael
484580ca64 makefile: release process tweaks
- hledgercabal does a cabal configure & build
- move unit-testing of the cabal executable into cabaltest
- cabaltest now also does cabal upload --check
- hackageupload does the upload instead of talking about it
- release and releaseupload are now separate for safety
- don't let pushbinary stop make due to missing binary
- updatesite pushes pending changes first
2009-06-22 19:52:58 +00:00
Simon Michael
2ae609fee6 add a shell test runner like ledger's, and "make functest" rule 2009-06-27 08:15:00 +00:00
Simon Michael
163ba5de93 update tests for latest shelltestrunner 2009-07-12 19:55:02 +00:00
Simon Michael
e110976b47 move add command doctests to shell tests 2009-07-09 18:38:57 +00:00
Simon Michael
e3e935e129 parsing: require whitespace between date and status code, prevent silent effective date breakage 2009-11-25 20:12:09 +00:00
Simon Michael
31ae51b435 add tests for some observed issues 2009-09-16 17:05:59 +00:00
Simon Michael
f209305eef print: show effective dates (issue #12) 2009-12-07 23:28:33 +00:00
marko.kocic
ddc176d83e Hlint: Warning: Eta reduce 2009-09-22 15:56:59 +00:00
Simon Michael
4e5d463927 refactor parseWithCtx utility 2009-06-20 03:59:37 +00:00
Simon Michael
d98d136fc7 allow comment lines intermixed with posting lines 2009-06-20 04:02:10 +00:00
Simon Michael
6fb1804cfd refactor IOArgs -> FilterSpec and make haddock happy 2009-07-09 20:25:50 +00:00
Simon Michael
a8bfb06da4 refactor effective date support, fix warnings 2009-07-09 19:22:27 +00:00
Simon Michael
06eb2a9aa8 --effective option uses transactions' effective dates, if any 2009-07-08 23:37:44 +00:00
Simon Michael
9bdb1ab0ec convert a few doctests to shell test format 2009-06-27 08:16:19 +00:00
Simon Michael
6b2e735ba1 ui: upgrade to vty 4, fixes non-ascii symbol display (issue #3) 2009-09-03 14:29:34 +00:00
Simon Michael
53e9aec63f print: show all amounts for clarity (don't elide the final balancing amount) 2009-11-25 05:37:08 +00:00
Simon Michael
eb0d7ea06c print: sort by date, like register 2009-07-08 00:52:54 +00:00
Simon Michael
71cc41da1a 0.7 release notes 2009-12-12 03:04:55 +00:00
Simon Michael
e1f3001c1e docs: preliminary release notes 2009-12-05 00:08:51 +00:00
Simon Michael
2489517931 docs: more site & docs cleanup 2009-11-21 02:01:28 +00:00