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

Infinite recursion detection too aggressive #56

Closed
brodieG opened this issue Jul 26, 2017 · 0 comments
Closed

Infinite recursion detection too aggressive #56

brodieG opened this issue Jul 26, 2017 · 0 comments

Comments

@brodieG
Copy link
Owner

brodieG commented Jul 26, 2017

> vet((dt.tpl || dt.tpl) && !anyNA(.), date_range)
Error in vet((dt.tpl || dt.tpl) && !anyNA(.), date_range) :
  Possible infinite recursion encountered when substituting symbol `dt.tpl`. `vetr` recursively substitutes the vetting expressions. See `vignette('vetr', package='vetr')`, "Non Standard Evaluation" section.

Obviously it's not resetting the counter properly.

@brodieG brodieG added the bug label Jul 26, 2017
@brodieG brodieG added this to the 0.1.1 milestone Jul 26, 2017
brodieG added a commit that referenced this issue Sep 17, 2017
Fix #81, Fix #77, Fix #76, Fix #73, Fix #70,
Fix #69, Fix #65, Fix #64, Fix #61, Fix #59
Fix #56, Fix #51, Fix #48, Fix #47, Fix #46,
Fix #45, Fix #43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant