Skip to content

Convert most remaining string methods to implicit args #624

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 1 commit into from
Mar 8, 2019

Conversation

adrian17
Copy link
Contributor

@adrian17 adrian17 commented Mar 7, 2019

Also support out-of-range start/end params for some functions, and fixed some return values.

Also support out-of-range start/end params for some functions.
@codecov-io
Copy link

Codecov Report

Merging #624 into master will increase coverage by 0.07%.
The diff coverage is 36.15%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #624      +/-   ##
==========================================
+ Coverage    41.1%   41.18%   +0.07%     
==========================================
  Files          76       76              
  Lines       17238    17220      -18     
  Branches     4562     4524      -38     
==========================================
+ Hits         7086     7092       +6     
+ Misses       8152     8146       -6     
+ Partials     2000     1982      -18
Impacted Files Coverage Δ
vm/src/obj/objstr.rs 35.23% <36.15%> (+0.88%) ⬆️
vm/src/pyobject.rs 60.08% <0%> (+0.04%) ⬆️
vm/src/obj/objint.rs 47.94% <0%> (+0.49%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e0e0734...b81a0a1. Read the comment docs.

@OddCoincidence OddCoincidence merged commit 3495b04 into RustPython:master Mar 8, 2019
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