Simon Michael

Results 1258 comments of Simon Michael

We need a resident Nix packager - interested ?

Thanks! We probably need to update or drop the Nix install method at https://hledger.org/install.html#other too.

The Install page's nix command is simply a reliable one-line install command, like we have for the other platforms. This one worked in the past, and I update it occasionally,...

I'm sorry for forgetting our existing Nix packager, @maralorn. I'm keeping better track now.

Thanks maralorn. I'm not a nix user, but I think clearly we'd like to have each new release installable as easily and promptly as possible, as on all other platforms.

Clarifying: as we *wish for* on other platforms. hledger is not as fresh as we'd like in many places.

> If someone else maintains it, a flake.nix in the hledger repo is fine by me. Anyone interested in maintainining a flake ? Would it help in ensuring a fresher...

hledger:Hledger.Cli.Commands.* (Register.hs, Aregister, etc) are just the "front end" of commands. Usually they call one or more generic reports implemented in hledger-lib:Hledger.Reports (PostingsReport, AccountTransactionsReport etc). So eg in PostingsReport.hs you...

'Tis mentioned a bit, at https://hledger.org/manual.html#basic-aliases, and particularly at https://hledger.org/manual.html#directives - see the notes there. Basically `alias` and some other directives are designed to last only until the end of...

It seems a nice option, though possibly at the cost of making it harder to provide clear parse errors. Would ledger also parse it ? For the moment, you could...