Jesse Rosenthal

Results 16 comments of Jesse Rosenthal

I'll poke around as a way of familiarizing myself with the codebase, and see if I can help out. Would `HLedger.Data.TransactionModifer` be where I should start? (It looks like the...

I figured out the issue: it was applying the modifiers before it finalized the journal with `journalFinalise`. A simple solution (apply modifiers after `journalFinalise`) is here: [**EDIT**: this solution doesn't...

Okay, this implements the double-run I discussed above: https://github.com/simonmichael/hledger/compare/master...jkr:modifiers_fix_2 What do you think?

OK -- I put up a PR. There's no testing in at the moment, since I couldn't figure out the proper place to put this test in the current framework....

I see from the Travis output where the relevant tests are. I'll try to address those and add to the PR.

Okay -- I'll take a look at how bearable the xml format is. Although I wonder how many people use this, vs zotero or endnote or whatever. I'll also take...

I think I prefer (a) explicit over implict, and (b) not having to change the command-line every time you change the source file (or consult a long file as reference...

Seems fragile -- I know I would always be getting it wrong. Plus it would break concatting docs, which is pretty useful for multi-file documents. My bigges interest is in...

Or, yeah, the backwards-compatible version in @bpj 's version above.