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

Prototype for reworking the Scene class. #240

Closed
wants to merge 1 commit into from

Conversation

moorepants
Copy link
Member

@sahilshekhawat This is my rework of the scene class that should allow you to complete the PR you were working on. Can you pull the branch, add the addtional things you were working on in #196 on top of these commits and send in a new PR?

@moorepants
Copy link
Member Author

@sahilshekhawat Do you want to handle this further or shall I?

@sahilshekhawat
Copy link
Member

Should I add more commits here consisting of what I have already done on #196 and more?

@sahilshekhawat
Copy link
Member

I am gonna take your changes as is and raise another PR. This is the last issue blocking the release. I want to fix it as soon as possible.

@moorepants
Copy link
Member Author

Please preserve commit history if possible.

@sahilshekhawat
Copy link
Member

Yes, it will be. I have fetched this PR and will push that branch itself.

@system.setter
def system(self, new_system):

if new_system is not None and not isinstance(new_system, System):
Copy link
Contributor

Choose a reason for hiding this comment

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

You don't need to explicitly check if it is not None.

Copy link
Member

Choose a reason for hiding this comment

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

Can you please review #242 instead of this , I have added some extra things to this PR.

@moorepants
Copy link
Member Author

I'll close this one. Thanks for using it.

@moorepants moorepants closed this Jun 18, 2015
@moorepants moorepants deleted the scene-redo branch June 18, 2015 23:16
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.

3 participants