-
Notifications
You must be signed in to change notification settings - Fork 9
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
Infinite loop with all_occurrences #18
Comments
I'm narrowing down this thing. So I have my model with scheduled_attributes, with the following schedule shown in the console.
When I call
Please note the new Any idea about why is this happening and how to solve it or work-around it? Thanks! |
…f no validation applies, will alter Schedule::Rule, initializing @validations[:month_of_year] with an empty array. Both IceCube and schedule_attributes will benefit for some refactoring of these areas, but this fixes this for now
I've been fighting with this for a while, with no success.
Please check this test:
dgilperez@544b2fe
If you run it as it is, it passes.
If you comment out the puts line, it will output the attributes, but then all_occurrences hangs (infinite loop??).
This is blocking us a production upgrade.
Any idea, please?
The text was updated successfully, but these errors were encountered: