-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Refactor small things #1684
Conversation
bab70a7
to
cd2d2d3
Compare
vm/src/vm.rs
Outdated
@@ -764,8 +758,7 @@ impl VirtualMachine { | |||
code_object: &bytecode::CodeObject, |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
3e87b39
to
ca27c20
Compare
e8a84e9
to
42ad341
Compare
42ad341
to
bf0b4dc
Compare
No description provided.