Simon Michael
Simon Michael
Ok good to know. :) I think I'll need someone on windows to debug this.. I don't currently have access to a windows machine, aside from appveyor..
Though, if [debug-me](http://hackage.haskell.org/package/debug-me) builds on windows, I/we could do a little remote GHCI debugging.
[Related discussion on #961](https://github.com/simonmichael/hledger/issues/961#issuecomment-459019393)
The usual outcome of these [windows encoding issues](https://github.com/simonmichael/hledger/issues?q=is%3Aissue+label%3A%22platform%3A+windows%22) is "just don't mix environments" - ie, use shells/command prompts/software compiled in and for just the one environment, whether that is the...
@hymerman , @alexjj let us know if it works for you when you get a chance.
Unfinished WIP, help welcome: https://github.com/simonmichael/hledger/compare/csv-iso-dates
splitSpan seems to be doing something odd with adjusting the start date here: https://github.com/simonmichael/hledger/blob/1.28/hledger-lib/Hledger/Data/PeriodicTransaction.hs#L253 Debug output: ptspan: DateSpan 2023-03-01..2024-02-29 requestedspan: DateSpan 2023-02 alltxnspans: [ DateSpan 2023-02-16..2023-03-15, DateSpan 2023-03-16..2023-04-15, DateSpan 2023-04-16..2023-05-15,...
- Clarify semantics of periods specified on command line + periods specified in periodic rule - Possibly some connection with #2032
Terminology police - I'd say automatic postings (generated by --auto), periodic transactions (generated by --forecast/--budget), and summary transactions (generated by -D/-W/-M/-Q/-Y/--period). We don't know the exact command yet - Eduardo...
Auto postings are only added to existing or generated transactions, and it's hard to generate a large number of them per transaction - so I think we can concentrate on...