hledger/hledger-lib/Hledger/Utils
Simon Michael 8f6b7b202e fix: traceOrLog and a rare warning from valuation code
Hledger.Utils.Debug.traceOrLog was logging when it should trace and vice versa.

This affected a warning which Hledger.Data.Valuation.pricesShortestPath
should display if encountering a pathologically long (>1000) price chain.
Also note some oddities about that warning.
2023-12-23 19:22:33 -10:00
..
Debug.hs fix: traceOrLog and a rare warning from valuation code 2023-12-23 19:22:33 -10:00
IO.hs lib: move readFileStrictly to Hledger.Utils.IO 2023-12-07 03:41:31 -10:00
Parse.hs ;dev:Hledger.Utils.Parse: cleanup 2023-12-23 19:22:33 -10:00
Regex.hs ;dev: add Utils.Regex.regexMatchTextGroups 2023-11-08 13:49:39 -08:00
String.hs feat:print: add a basic beancount output format 2023-11-22 22:57:36 -10:00
Test.hs ;dev: lib: also build with GHC 9.6.1; add base-compat 2023-03-14 10:42:48 -10:00
Text.hs imp:print:beancount: conversion improvements 2023-11-23 01:47:15 -10:00