-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Refactor slice.__new__ to new style function #767
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #767 +/- ##
==========================================
+ Coverage 63.12% 63.14% +0.02%
==========================================
Files 87 87
Lines 14344 14374 +30
Branches 3248 3257 +9
==========================================
+ Hits 9055 9077 +22
- Misses 3154 3162 +8
Partials 2135 2135
Continue to review full report at Codecov.
|
It looks like rustfmt is the only thing failing, after that is fixed we can merge this |
e852ffe
to
ea2622e
Compare
@Skinny121 @OddCoincidence could we merge this PR? It looks like all review comments were dealed with? |
# Conflicts: # tests/snippets/builtin_slice.py # vm/src/frame.rs # vm/src/obj/objrange.rs # vm/src/obj/objslice.rs
Also made the following changes: