You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?.
The text was updated successfully, but these errors were encountered:
Hi @joeel1 I have moved the nools codebase to a new org noolsjs. I am actively working on an update to nools with the first order of business being updating the code base to es6 and to support the latest versions of node. I plan on publishing the new release in a couple of weeks once I have all the documentation updated.
Once I finish the first update I will begin working on getting the outstanding PRs merged then Ill start working on new features. If you are interested in contributing please feel free to issue PRs against this branch.
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?.
The text was updated successfully, but these errors were encountered: