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

Add comments to separate common from backend-specific code #6594

Closed
wants to merge 5 commits into from

Conversation

krlmlr
Copy link
Member

@krlmlr krlmlr commented Dec 10, 2022

For duckplyr I'm implementing machinery that extracts code from dplyr. This will allow keeping duckplyr development in sync with dplyr. We're basically feature-complete from day one. We now "only" need to provide duckdb implementations verb by verb.

A lot of argument checking and transformation code will be reused too. I wonder if we could keep anchor comments of the form provided in this PR in the dplyr package. My machinery would pick up those comments, so that synchronization can remain idempotent and pick up future changes to dplyr code.

If we can agree on those comments, I would supply further PRs as duckplyr development progresses. Occasionally, refactorings in the spirit of #6563 and #6559 may be helpful too.

CC @hannes.

@krlmlr
Copy link
Member Author

krlmlr commented Jan 18, 2023

Not necessary.

@krlmlr krlmlr closed this Jan 18, 2023
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.

1 participant