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

added getters to each geom::Object based off of available setters [Take Two] #2293

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

morphogencc
Copy link
Contributor

Second attempt at resolving #1176! I created getters for each geom::Object type based only on what setters were available.

@richardeakin
Copy link
Collaborator

Hi @morphogencc, you'll also want to turn off the auto-format settings in your IDE so you aren't creating all the whitespace changes in there. Usually if you want to get your changes into an open source library, the best approach is to create a PR with the minimal set of changes possible. In this case I believe that would be just the .getXX() methods you've added.

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