Issues Show Unassigned Show All Search
Login Remember me? Register Lost your login?
Help Roundup docs
Created on 2012-01-04.08:28:12 by patrik, last changed by malte.
Fixed. My previous fix worked incorrectly when the same variable name occurred 3+ times in the same atom.
Seems like this is not yet properly fixed. Attaching another failing example provided by Patrik.
Fixed. It was a rather blatant bug in a method which I thought I had tested properly. Oh well. Anyway, thanks again for reporting! :-)
Thanks for reporting! I'll have a look.
(attached problem file)
Attached problem causes the assertion assert (left_vars | right_vars) == (left_vars & right_vars) | eff_vars in rule.validate() (translator/build_model.py line 91) to fail. Is this a bug or a limitation of the translator?