hledger/hledger-web/Hledger/Web/Handler
Henning Thielemann b74815287d web: RegisterR.getRegisterR.addCommas: do not drop last account
Bug was introduced in commit 2a99b3d456
in an effort to get rid of partial List.tail,
because GHC-9.8 started to warn about it.

Problem is that the rewritten code with tailDef always removes the last account,
whereas the original intention was to replace all accounts by a comma except the last one.
addCommas should prepare a comma separated list like List.intercalate.
2024-09-24 20:42:32 -10:00
..
AddR.hs dev:web: refactor permission checking 2023-10-25 12:51:08 +01:00
EditR.hs dev:web: refactor permission checking 2023-10-25 12:51:08 +01:00
JournalR.hs imp: web: round amounts to display precision as before (precisiongeddon) 2023-11-14 13:26:06 -08:00
MiscR.hs imp: web: round amounts to display precision as before (precisiongeddon) 2023-11-14 13:26:06 -08:00
RegisterR.hs web: RegisterR.getRegisterR.addCommas: do not drop last account 2024-09-24 20:42:32 -10:00
UploadR.hs dev:web: refactor permission checking 2023-10-25 12:51:08 +01:00