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

SGG unreachable checker report error when the unlock condition for action does not depends on other action #593

Open
yongwen opened this issue Jan 26, 2014 · 2 comments

Comments

@yongwen
Copy link
Member

yongwen commented Jan 26, 2014

The checker is too restrict that it only allow the unlock condition to depend on other actions.

The condition "submitted_some_of" and "unlock_on_date" do not have any dependency on a specific action, the unreachable checker returns error.

The example is one event has the following unlock predicate:
submitted_some_of_level(1, 3) or unlock_on_date("2014-01-26")

@yongwen
Copy link
Member Author

yongwen commented Jan 26, 2014

the workaround is to temporary turn off the "unreachable check" in the checker settings

@cammoore
Copy link
Member

There is no such predicate as "submitted_some_of" you have to add _level,
or _resource or _type. The checker should return true for "unlock_on_date"
no matter what the date is. I'll have to look into this.

On Sun, Jan 26, 2014 at 12:22 AM, Yongwen Xu [email protected]:

the workaround is to temporary turn off the "unreachable check" in the
checker settings


Reply to this email directly or view it on GitHubhttps://github.com//issues/593#issuecomment-33313593
.

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

2 participants