Skip to content

Refactor small things #1684

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

Merged
merged 7 commits into from
Jan 15, 2020
Merged

Conversation

youknowone
Copy link
Member

No description provided.

vm/src/vm.rs Outdated
@@ -764,8 +758,7 @@ impl VirtualMachine {
code_object: &bytecode::CodeObject,
Copy link
Member

Choose a reason for hiding this comment

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

Maybe we can move this to objfunction.rs so that we can make the fields all private?

Copy link
Member Author

@youknowone youknowone Jan 15, 2020

Choose a reason for hiding this comment

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

I moved a few methods and now it looks better. Will you check new commits?

Copy link
Member

Choose a reason for hiding this comment

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

Looks good!

@youknowone youknowone changed the title Refactor small things (WIP) Refactor small things Jan 15, 2020
@youknowone youknowone changed the title (WIP) Refactor small things Refactor small things Jan 15, 2020
@youknowone youknowone merged commit c07e932 into RustPython:master Jan 15, 2020
@youknowone youknowone deleted the refactor-things branch January 15, 2020 05:13
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