Skip to content

WIP: :add bytes __add__, __contain__, __getitem__ #738

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

Closed
wants to merge 70 commits into from
Closed

WIP: :add bytes __add__, __contain__, __getitem__ #738

wants to merge 70 commits into from

Conversation

jgirardet
Copy link
Contributor

TODO at #736

@codecov-io
Copy link

codecov-io commented Mar 23, 2019

Codecov Report

Merging #738 into master will increase coverage by 15.73%.
The diff coverage is 57.68%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #738       +/-   ##
===========================================
+ Coverage    45.9%   61.64%   +15.73%     
===========================================
  Files          81       80        -1     
  Lines       16164    12790     -3374     
  Branches     3966     2663     -1303     
===========================================
+ Hits         7420     7884      +464     
+ Misses       6945     3175     -3770     
+ Partials     1799     1731       -68
Impacted Files Coverage Δ
vm/src/obj/objiter.rs 70% <ø> (+29.72%) ⬆️
vm/src/obj/objtuple.rs 56.64% <ø> (+14.94%) ⬆️
vm/src/obj/objmemory.rs 35.71% <0%> (+17.19%) ⬆️
wasm/lib/src/browser_module.rs 0% <0%> (ø) ⬆️
vm/src/exceptions.rs 46.92% <0%> (+9.18%) ⬆️
vm/src/stdlib/types.rs 0% <0%> (ø) ⬆️
src/main.rs 20% <0%> (+6.66%) ⬆️
wasm/lib/src/wasm_builtins.rs 0% <0%> (ø) ⬆️
wasm/lib/src/vm_class.rs 0% <0%> (ø) ⬆️
vm/src/obj/objenumerate.rs 71.05% <0%> (+27.5%) ⬆️
... and 97 more

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 4666a09...90fc86b. Read the comment docs.

@jgirardet jgirardet changed the title WIP: :add missing bytes method WIP: :add bytes __add__, __contain__, __getitem__ Mar 25, 2019
cthulahoops and others added 26 commits March 25, 2019 16:34
* vm.ctx.new_dict returns a PyDictRef
* Special case for module goes away.
* Instances get a real dictionary.
Change types inside Scope to PyDictRef.
Remove .gcno files before a coverage run
@jgirardet
Copy link
Contributor Author

ARgh I broke everything with git in the rebase/merge...
I'm gonna start a new clean PR to clean things

@jgirardet jgirardet closed this Mar 26, 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.

9 participants