New issue 367: bean-doctor context shows nothing for errors
https://bitbucket.org/blais/beancount/issues/367/bean-doctor-context-shows-nothing-for

Martin Michlmayr:

Let's assume this test case which doesn't balance:

```
2010-01-01 open Assets:A
2010-01-01 open Assets:B

2019-01-25 * "Test"
    Assets:A         1 AAPL { 15 # 40 USD }
    Assets:B                    -50 USD
```

```
bean-check d1          
/home/tbm/personal/finance/d1:5:       Transaction does not balance: (5 USD)
```

Ok, good.  But `bean-doctor context d1 5` doesn't show me any error (same for 
lines 6 and 7):

```
2019-01-25 * "Test"
  Assets:A    1 AAPL {55 USD, 2019-01-25}  ;  55 USD
  Assets:B  -50 USD                        ; -50 USD

Residual: (5 USD)
Basis: (55 USD)
```

Shouldn't it mention the balancing error here?


-- 
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 beancount+unsubscr...@googlegroups.com.
To post to this group, send email to beancount@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beancount/20190125224641.36455.87698%40celery-worker-111.ash1.bb-inf.net.
For more options, visit https://groups.google.com/d/optout.

Reply via email to