On Tue, Feb 3, 2015 at 12:09 AM, <[email protected]> wrote: > Excellent, this makes things cleaner for me, thank you. >
Keep in mind I did all the development using unit tests, I haven't actually used it on my file yet, so it might still have rough edges. One question: previously, if I wrote to the beancount file that a bean-web > process was already using, and if I hit refresh, bean-web noticed the > update to the file and re-read. This still works now, but only on the > including file, not on the included files. Is this a pain to fix, or > relatively easy? > Oops, hadn't thought about that one. I guess I'll need to add this bit then: https://bitbucket.org/blais/beancount/src/4c630c581565f97b28691a67dde52728a24541fb/src/python/beancount/loader.py?at=default#cl-179 And modify the web app so that it detects it for a set of files here: https://bitbucket.org/blais/beancount/src/4c630c581565f97b28691a67dde52728a24541fb/src/python/beancount/web/web.py?at=default#cl-896 -- > You received this message because you are subscribed to the Google Groups > "Beancount" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/beancount/d2782141-fb25-49d6-aa97-d5e6b52a0b58%40googlegroups.com > <https://groups.google.com/d/msgid/beancount/d2782141-fb25-49d6-aa97-d5e6b52a0b58%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
