Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to remove a ruleset from the engine? #37

Open
hiddenpower1 opened this issue Aug 1, 2015 · 2 comments
Open

Is there a way to remove a ruleset from the engine? #37

hiddenpower1 opened this issue Aug 1, 2015 · 2 comments

Comments

@hiddenpower1
Copy link

say i have:
engine << Wongi:Engine:Ruleset["TestRules"]
then later I want to remove the Ruleset["TestRules"] from the engine, is there a way to do that?

@ulfurinn
Copy link
Owner

ulfurinn commented Aug 1, 2015

There isn't, and it's fairly complicated to implement.

@kwerle
Copy link
Collaborator

kwerle commented Aug 2, 2015

Really, though, the question is: why would you want to? It seems like it'd
be pretty easy to disable a rule if you wanted - just by making it depend
on some 'global' value and then switching that value. If that's too
hackey, then change something about the objects in the system.

Right?

On Sat, Aug 1, 2015 at 3:52 PM, Valeri Sokolov [email protected]
wrote:

There isn't, and it's fairly complicated to implement.


Reply to this email directly or view it on GitHub
#37 (comment)
.

[email protected]
http://www.CircleW.org/kurt/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants