hledger/hledger-lib/Hledger
Simon Michael 9ccc1d3fa5 fix:add,import,web: really avoid filenames ending with . on Windows [#1056]
On MS Windows, trying to add or import or web add to a file whose name
ends with a dot could cause data loss, so in 2019 I made this raise an
error instead (in Hledger.Read.ensureJournalFileExists).

But, the logic was backward, so it did not do the check on Windows.
Now it does.

Also I have removed mention of this from add's doc; currently it's
not documented anywhere. It's obscure, but maybe this is not ideal.
2024-01-04 17:35:22 -10:00
..
Data fix:check:tags: also ignore builtin modified, _modified tags [#2148] 2024-01-04 05:55:24 -10:00
Read fix:csv: fix %FIELD interpolation in assignments using \n [#2134] 2023-12-23 19:25:34 -10:00
Reports fix: bal --budget --layout=tall was hiding commodity symbols 2023-12-08 05:52:29 -10:00
Utils fix: traceOrLog and a rare warning from valuation code 2023-12-23 19:22:33 -10:00
Data.hs ref: move journal checking/pretty errors down further, to Hledger.Data 2022-05-21 18:29:13 -10:00
Query.hs imp: "type:" queries now see through aliases/pivots, like acct: (fix #2018) 2023-04-06 11:12:35 -10:00
Read.hs fix:add,import,web: really avoid filenames ending with . on Windows [#1056] 2024-01-04 17:35:22 -10:00
Reports.hs cln: tests: Remove test and tests, which are just aliases for testCase 2021-08-30 16:32:19 -10:00
Utils.hs imp: more precision handling fixes, debug output, test updates (precisiongeddon) 2023-11-08 13:59:18 -08:00