]> hydra-www.ietfng.org Git - dyna2/commit
`dump_rules` won't crash when rule failed to load dyna source.
authorTim Vieira <tim.f.vieira@gmail.com>
Fri, 12 Jul 2013 18:53:07 +0000 (14:53 -0400)
committerTim Vieira <tim.f.vieira@gmail.com>
Fri, 12 Jul 2013 18:53:07 +0000 (14:53 -0400)
commita811544eeb2120cb91802ac623f87a63e824d631
tree73eb78344785c7a794964a2284063fccd62de808
parentba3e0a250eb121a5bd14cb17427a40083d91bc06
`dump_rules` won't crash when rule failed to load dyna source.

Show failure context when an update handler crashes (work in progress)

when an initializer fails rules is still added to the program. Only some of the
emits which succeeded get scheduled (this isn't quite right).

added depth limit argument to trace (available via --limit=<INTEGER> at the
repl).
examples/forward-backward.dyna
src/Dyna/Backend/Python/interpreter.py
src/Dyna/Backend/Python/post/trace.py
src/Dyna/Backend/Python/repl.py
src/Dyna/Backend/Python/utils.py