@@ -18,90 +18,48 @@ Infrastructure
18
18
General changes in the hledger project.
19
19
For package-specific changes, see the hledger package changelogs.
20
20
21
- # 54e627ade
22
- - pkg: stack: ghc9.6: bump resolver, enable hledger-web (close #2011 )
21
+ # 1.31 2023-09-03
23
22
24
- - pkg: stack: bump default build to lts-21.9, ghc 9.4.6
25
-
26
- - ;dev: Add a ghc-tags.yaml file (Jonathan Dowland)
27
- Provide a ghc-tags.yaml file to make use of ghc-tags with Hledger easy.
28
-
29
- ghc-tags is a standalone tool to replace the formerly-built-in
30
- ": ctags " feature (and I presume ": etags ") in GHCi. These walked over
31
- the source and produced a TAGS file (in vim-compatible ctags or
32
- Emacs-compatible etags format) that allows the relevant editors to
33
- quickly navigate around function definitions.
34
-
35
- ghc-tags trips over some of the CPP used in Hledger. The solution
36
- is to provide ghc-tags with explicit CPP defines via a YAML file.
37
- However, if a YAML file is provided, one also must specify the source
38
- paths, as the tool XORs config file | paths-on-command-line.
39
-
40
- See < https://github.com/arybczak/ghc-tags/issues/6 > for more
41
- information.
42
-
43
- Signed-off-by: Jonathan Dowland
< [email protected] >
44
- - ;bin:justfile: make more chooser friendly, add help/pick/view
45
-
46
- - ;bin:justfile: fix/cleanups
47
-
48
- - ;bin: add a justfile (conversion of ft and tt)
49
-
50
- - ;doc:bin: fix tt link
51
-
52
- - ;doc:bin:ft: updates
53
-
54
- - ;doc:bin:tt: updates
55
-
56
- - ;doc:bin: ft/tt updates
57
-
58
- - ;doc:bin: ft/tt updates
59
-
60
- - ;doc:bin: link ft and tt
61
-
62
- - ;bin: ft, tt reporting scripts (examples)
63
-
64
- - ;pkg:stack: bump stackage snapshots
65
-
66
- - ;examples: the hledger manual > Cost reporting examples, and shelltests
67
-
68
- - ;examples:self-tracking: add missing files
69
-
70
- - ;examples:self-tracking: updates
71
-
72
- - ;examples:self-tracking: updates
73
-
74
- - ;examples:self-tracking: updates
23
+ Scripts/addons
75
24
76
- - ;examples: self-tracking
25
+ - ft, tt shell scripts for collecting financial and time reports
77
26
78
- - ;dev: bump to latest stackage nightly
27
+ - A justfile implementation of ft and tt
79
28
80
- - ;install: bump to stackage lts-21
29
+ Examples
81
30
82
- - ;cln: make functest-PAT now filters the same tests run by make functest
31
+ - self-tracking
83
32
84
- - ;doc:RELEASING: updates
33
+ - RPG ledger (Eric Mertens)
85
34
86
- - ;dev: make/shake/bake help titles
35
+ Docs
87
36
88
- - ;dev:Shake: avoid making empty commits
37
+ Infrastructure
89
38
90
- - ;dev:checkembeddedfiles: fix mac binaries workflow
39
+ (Jonathan Dowland)
91
40
92
- - ;doc: update changelogs
41
+ - tools, CI: checkembeddedfiles, checkversions
93
42
94
- Scripts/addons
43
+ - Shake: avoid making empty commits
95
44
96
- Examples
45
+ - make functest-PAT: runs a subset of functional tests
97
46
98
- - RPG ledger (Eric Mertens)
47
+ - Provide a ghc-tags.yaml file to make use of ghc-tags with Hledger easy.
99
48
100
- Docs
49
+ ghc-tags is a standalone tool to replace the formerly-built-in
50
+ ": ctags " feature (and I presume ": etags ") in GHCi. These walked over
51
+ the source and produced a TAGS file (in vim-compatible ctags or
52
+ Emacs-compatible etags format) that allows the relevant editors to
53
+ quickly navigate around function definitions.
101
54
102
- Infrastructure
55
+ ghc-tags trips over some of the CPP used in Hledger. The solution
56
+ is to provide ghc-tags with explicit CPP defines via a YAML file.
57
+ However, if a YAML file is provided, one also must specify the source
58
+ paths, as the tool XORs config file | paths-on-command-line.
103
59
104
- - tools, CI: checkembeddedfiles, checkversions
60
+ See < https://github.com/arybczak/ghc-tags/issues/6 > for more
61
+ information.
62
+ (Jonathan Dowland)
105
63
106
64
# 1.30 2023-06-01
107
65
0 commit comments