-
Notifications
You must be signed in to change notification settings - Fork 21
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
has_content? function is not reliable with loops #1
Comments
Sean, I actually dug into the code. figured out what I was doing wrong. If you are ok, I would like to take a look at what you did with the Marty On Wed, 2013-03-20 at 05:30 -0700, Sean Walberg wrote:
|
Hi Marty, For sure! Alternatively, did you want to submit them as pull requests? I've been Thanks, Sean On Fri, Mar 22, 2013 at 8:53 AM, MJPete3 notifications@github.com wrote:
Sean Walberg sean@ertw.com http://ertw.com/ |
The has_content? function does not return a reliably when dealing with loops. Recursive structure causes the function to run through the entire structure and not short circuit itself.
The text was updated successfully, but these errors were encountered: