-
Notifications
You must be signed in to change notification settings - Fork 40
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
Port lazy functions to rlang #92
base: master
Are you sure you want to change the base?
Conversation
Current coverage is 96.94% (diff: 88.88%)@@ master #92 diff @@
==========================================
Files 15 14 -1
Lines 354 327 -27
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
- Hits 348 317 -31
- Misses 6 10 +4
Partials 0 0
|
dplyr passes R CMD check with this branch, I'm currently running |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs a bullet in NEWS too
} | ||
} else { | ||
env | ||
if (!missing(default_env)) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe need !missing(defaul_env) && !is.null(default_env)
?
Yes I'll write the rationale for switching from promise-climbing to stack-climbing and for forking rlang from lazyeval. |
No description provided.