Fork me on GitHub
#clara
<
2016-03-21
>
devn20:03:10

We may have been experiencing one of those bugs and calling our behavior good

devn20:03:52

I suppose it's also possible there's a regression, but we're looking into it now. Will let you know what we find

devn20:03:41

We do not use insert unconditional or salience

devn20:03:01

We are using the deprecated accumulator function though.

devn22:03:10

Looks like #171 is what broke us.

devn22:03:52

We have a couple instances of the RHS using both a retract!, and an insert!

ryanbrush22:03:22

@devn Traveling right now so can't look in depth, but using retract with truth maintenance can create difficult to reason about situations in any rule engine. If there is some test case that does not behave as one would expect I'll take a look at it.

devn23:03:02

after thinking about it for a little bit, i see why this is broken.

devn23:03:08

clara is doing it's job correctly.