-
Notifications
You must be signed in to change notification settings - Fork 176
exception thrown in constraint #187
Copy link
Copy link
Open
Labels
Description
just noticed, error happend during constraint's runtime evalution will crash nools, and no being handle by error callback, supplied through 'session.match'.
use case:
i) normal constraint - name: Fact name.valid_param == "some value";
-> matched normally
ii) constraint with undefined/null parameters- name: Fact name. == "some value";
-> matched normally
iii) constraint with undefined property of undefined object: Fact name[undefined parameter][undefined child] == "some value";
-> nools crash....
any idea?.
Reactions are currently unavailable