Skip to content

Convert iterator to Any payload #645

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 6 commits into from
Mar 10, 2019
Merged

Conversation

OddCoincidence
Copy link
Contributor

Based on #642 to avoid conflicts.

This is far from ideal because there should actually be a distinct iterator type for each iterable, and the obvious name conflicts with the PyIterator extractor. I'm punting on these issues for now, and will straighten things up once the payload conversion is done.

@OddCoincidence OddCoincidence changed the title Convert iterator to any payload Convert iterator to Any payload Mar 9, 2019
@codecov-io
Copy link

Codecov Report

Merging #645 into master will decrease coverage by 0.04%.
The diff coverage is 40%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #645      +/-   ##
==========================================
- Coverage   40.81%   40.77%   -0.05%     
==========================================
  Files          76       77       +1     
  Lines       17345    17424      +79     
  Branches     4474     4487      +13     
==========================================
+ Hits         7079     7104      +25     
- Misses       8366     8427      +61     
+ Partials     1900     1893       -7
Impacted Files Coverage Δ
vm/src/frame.rs 47.4% <10%> (+0.98%) ⬆️
vm/src/obj/objframe.rs 30.23% <100%> (-0.72%) ⬇️
vm/src/obj/objlist.rs 37.65% <100%> (+0.79%) ⬆️
vm/src/obj/objset.rs 48.72% <100%> (+0.09%) ⬆️
vm/src/obj/objbytes.rs 40.44% <100%> (+0.33%) ⬆️
vm/src/obj/objtuple.rs 26.59% <20%> (+0.37%) ⬆️
vm/src/obj/objbuiltinfunc.rs 33.33% <33.33%> (ø)
vm/src/obj/objiter.rs 42.36% <50%> (ø) ⬆️
vm/src/pyobject.rs 59.16% <53.33%> (-1.76%) ⬇️
vm/src/obj/objrange.rs 36.23% <61.53%> (+1.37%) ⬆️
... and 15 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 010969f...157d18d. Read the comment docs.

@windelbouwman windelbouwman merged commit eb14ada into master Mar 10, 2019
@OddCoincidence OddCoincidence deleted the joey/convert-iterator branch April 9, 2019 20:35
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