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

Polish decorator implementation a litte #21

Closed
wants to merge 2 commits into from
Closed

Polish decorator implementation a litte #21

wants to merge 2 commits into from

Conversation

hadley
Copy link
Member

@hadley hadley commented Sep 16, 2024

Mostly just so I understand how it works.

@hadley hadley requested a review from jcheng5 September 16, 2024 20:39
}
# Must use elmer::: because the lexical environment of this function is
# about to get wrecked by R6
gen_method <- new_function(args_def,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is probably overkill since they're private methods, but this matches the actual argument names rather than relying on ....

@jcheng5
Copy link
Collaborator

jcheng5 commented Sep 16, 2024

Might be tricky merging this with #17, sorry.

@jcheng5
Copy link
Collaborator

jcheng5 commented Sep 25, 2024

Is this something you want to come back to?

@hadley
Copy link
Member Author

hadley commented Sep 26, 2024

Yeah, I'll re-apply when I next have a minute.

@hadley hadley closed this Sep 26, 2024
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

Successfully merging this pull request may close these issues.

2 participants