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

Fix R6 inheritance #170

Merged
merged 5 commits into from
Aug 20, 2018
Merged

Fix R6 inheritance #170

merged 5 commits into from
Aug 20, 2018

Conversation

dpseidel
Copy link
Collaborator

@dpseidel dpseidel commented Aug 9, 2018

In trying to covert ggplot2 to use scales exported Range objects (tidyverse/ggplot2#2710), I realized that the R6 inheritance was broken. This PR fixes that. Unfortunately this likely means that conversion in ggplot2 needs to wait until the next scales release.

@hadley
Copy link
Member

hadley commented Aug 9, 2018

Could you please add a unit test too?

@dpseidel
Copy link
Collaborator Author

dpseidel commented Aug 9, 2018

Added! Good thing too! They helped me catch another bug -- test-based development for the win! 🏆

@hadley
Copy link
Member

hadley commented Aug 10, 2018

Is probably now deserving of a news bullet.

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.

None yet

2 participants