-
Notifications
You must be signed in to change notification settings - Fork 122
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
Loading the rules fails with "ERROR: unknown token" #599
Comments
Can you post a link to the build or commit the version you tested? |
To be honest, I have no clue why this happens. Read with me. The only place that triggers this error is this: The In case of an |
Does the behavior change when you load this:
|
The same error happens with your example. I could imagine the following cause: |
That could be true in a later stage of parsing. At the point where the error is triggered nothing more happens then just checking if the variable format is valid. Which is done in the linked |
This example rulesset cannot be loaded. I have reduced them to a minimum.
Tested with version alpha 5d79138 (7.12.2014) on Heishamon V4.
If I swap the two rules, the ruleset can be loaded successfully.
In the event of an error, the following can be seen in the console.
Normally the ruleset starts with the system trigger on System#Boot and the error does not occur.
But if I only partially load individual groups to isolate an error, this situation occurs.
I think it's because the first function handle in the list cannot be called from the following rules.
The text was updated successfully, but these errors were encountered: