Commit Graph

12730 Commits

Author SHA1 Message Date
Simon Michael
9cdf435c0e ;bin: add hledger-pricehist (alias for pricehist) 2024-05-02 18:44:21 -10:00
Simon Michael
fe1fc313ba imp: cli: commands list: more cleanup 2024-05-02 18:44:18 -10:00
Simon Michael
16e00062d3 fix: cli: don't re-list known installed addons in final section 2024-05-02 17:19:46 -10:00
Simon Michael
a7026d694e ;imp: web: a basic openapi specification of the current HTTP-JSON API 2024-05-02 16:49:12 -10:00
Simon Michael
8666b5edc0 imp: cli: a commands list refresh 2024-05-02 12:24:33 -10:00
Simon Michael
b13949c7b8 imp: cli: commands list: drop dedicated entry for hledger-stockquotes 2024-05-02 11:38:42 -10:00
Simon Michael
4fe0344d6d ;doc: ANNOUNCE*, relnotes.github: edits 2024-05-02 08:20:44 -10:00
Simon Michael
490a46fcd2 fix: journal: parse include directives with trailing whitespace
[https://github.com/adept/full-fledged-hledger/issues/29]
2024-05-02 07:26:12 -10:00
Simon Michael
89de1ae764 ;doc: RELEASING: updates 2024-05-02 01:27:08 -10:00
Simon Michael
d52e248aab ;doc: relnotes: fixes 2024-05-02 01:23:43 -10:00
Simon Michael
54e4d00e68 ;doc: relnotes.github: fixes 2024-05-02 01:11:58 -10:00
Simon Michael
ddd7b694a9 ;tools: just doctest: fix flag 2024-05-02 01:04:29 -10:00
Simon Michael
731fb7c97b ;doc: ANNOUNCE*: 1.33.1 2024-05-02 00:46:15 -10:00
Simon Michael
93b1070a6a ;doc: relnotes.github: 1.33.1 2024-05-02 00:46:15 -10:00
Simon Michael
fe5065de6f ;doc: relnotes: 1.33.1 2024-05-02 00:46:15 -10:00
Simon Michael
2a659e18db ;doc: changelogs: 1.33.1 2024-05-02 00:46:15 -10:00
Simon Michael
51f8f424cb ;install: 1.33.1 2024-05-02 00:42:58 -10:00
Simon Michael
02e242c9b1 ;doc: update changelogs 2024-05-01 23:23:37 -10:00
Simon Michael
7525014c7d ;cabal: update cabal files 2024-05-01 23:04:18 -10:00
Simon Michael
8d62af8ae0 imp: Revert problematic process-1.6.19.0 bound, it seems not strictly needed [#2149] 2024-05-01 23:04:08 -10:00
Simon Michael
543e96b6bc ;doc: DEVFAQ, just: installdbg: simplify ghc-debug build command 2024-05-01 22:46:57 -10:00
Simon Michael
9ac905459f ;doc: relnotes.github: windows: add -Force to extract command, overwriting old hledger executables; cleanups 2024-05-01 22:46:53 -10:00
Simon Michael
9726aa3f5f ;pkg: stack: bump to latest nightly 2024-05-01 20:46:06 -10:00
Simon Michael
e5c68dd7c0 ;doc: REGRESSIONS: edits 2024-05-01 19:16:52 -10:00
Simon Michael
4ae534e682 ;doc: REGRESSIONS: cleanup 2024-05-01 19:09:07 -10:00
Simon Michael
336162fd1c ;doc: DEVFAQ, REGRESSIONS: edits 2024-05-01 19:05:27 -10:00
Simon Michael
f07749e159 ;doc: DEVFAQ: updates 2024-05-01 17:39:33 -10:00
Simon Michael
962f673373 ;tools: just install* updates, installdbg to install with ghc-debug support 2024-05-01 17:31:45 -10:00
Simon Michael
e476124d6b ;doc: DEVFAQ: updates 2024-05-01 17:16:08 -10:00
Simon Michael
2eda0934f4 ;doc: DEVFAQ: edits 2024-05-01 16:36:25 -10:00
Simon Michael
470f359a56 tools: just ghci*: accept GHCI arguments 2024-05-01 16:22:00 -10:00
Simon Michael
fd5b6a124a doc: DEVFAQ: describe latest not-too-good state of ghc-debug support 2024-05-01 16:21:24 -10:00
Simon Michael
929f050c43 ;cabal: update cabal files 2024-05-01 16:21:13 -10:00
Simon Michael
96caa8f352 fix: detect ghc-debug support more accurately, checking hledger-lib also 2024-05-01 15:27:42 -10:00
Simon Michael
6796decb72 fix: show trailing decimal mark on cost amounts too, when needed 2024-05-01 14:17:46 -10:00
Simon Michael
81ec7c2c9d ;doc: DEVFAQ: edits 2024-05-01 14:17:44 -10:00
Simon Michael
2295185735 doc: DEVFAQ: building with ghc-debug support 2024-05-01 13:48:12 -10:00
Simon Michael
4c53ab419b cabal: update cabal files 2024-05-01 13:44:14 -10:00
Simon Michael
d17b32c7eb imp: cli,ui,web: support ghc-debug for analysing memory/profile info
When built with the ghcdebug flag and started with --debug=-1 (or -2
to pause at startup, or -3 to pause before exit), hledger can be
controlled by ghc-debug clients like ghc-debug-brick or a custom
ghc-debug query script.

Also, refactor version string code.
2024-05-01 13:43:04 -10:00
Simon Michael
e1bcbc3238 ;doc: restart Developer FAQ 2024-05-01 08:48:28 -10:00
Simon Michael
320d85a6cb ;doc: dev: tweak title 2024-05-01 08:48:28 -10:00
Simon Michael
f851d55f01 ;doc: CONTRIBUTING: update 2024-05-01 08:48:28 -10:00
Simon Michael
a6861e6ab6 ;doc: RELEASING: link 2024-04-27 09:22:16 -10:00
Simon Michael
55401282a0 imp: run checks in a well-defined order; and tweak that order
Now commodities are checked before accounts, and tags before recentassertions.
Also some check doc cleanups.
2024-04-26 18:59:45 -10:00
Simon Michael
4cbf72ab1f imp!: check ordereddates: drop --date2 support; check primary dates only
date2 is a deprecated feature and was getting in the way, so has been dropped
from the ordereddates check, simplifying it.
2024-04-26 18:59:45 -10:00
Simon Michael
afe9e2c6f4 dev: move journalCheckBalanceAssertions to JournalChecks 2024-04-26 18:59:45 -10:00
Simon Michael
0c0c088398 ;examples: csv: vanguard, fidelity updates 2024-04-26 17:38:13 -10:00
Simon Michael
1c5fd0c6a3 ;doc: update changelogs 2024-04-26 17:09:17 -10:00
Simon Michael
060528aac9 ;doc: REGRESSIONS: edits, updates 2024-04-25 08:29:13 -10:00
Simon Michael
7c33561c77 ;doc: REGRESSIONS: edits 2024-04-25 08:17:13 -10:00