Skip to content

builtin: Implement builtin_iter #54

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Feb 14, 2019
Merged

Conversation

corona10
Copy link
Collaborator

@corona10 corona10 commented Feb 13, 2019

  • Implement CallIterator
  • Implement builtin iter()

Closes: #53

@corona10 corona10 changed the title builtin: Implement builtin_iter [WIP] builtin: Implement builtin_iter Feb 13, 2019
@corona10
Copy link
Collaborator Author

This is WIP PR do not merge!

@codecov-io
Copy link

codecov-io commented Feb 13, 2019

Codecov Report

Merging #54 into master will increase coverage by 0.32%.
The diff coverage is 88.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #54      +/-   ##
==========================================
+ Coverage   66.09%   66.42%   +0.32%     
==========================================
  Files          58       59       +1     
  Lines       10332    10368      +36     
==========================================
+ Hits         6829     6887      +58     
+ Misses       3017     2989      -28     
- Partials      486      492       +6
Impacted Files Coverage Δ
builtin/builtin.go 79.58% <100%> (+0.81%) ⬆️
py/call_iterator.go 75% <75%> (ø)
py/list.go 21.3% <0%> (+8.28%) ⬆️
py/sequence.go 34.4% <0%> (+10.75%) ⬆️
py/iterator.go 86.66% <0%> (+13.33%) ⬆️

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 05fb6f3...6b0f6b1. Read the comment docs.

@corona10 corona10 added the WIP label Feb 13, 2019
@corona10 corona10 force-pushed the builtin_iter branch 2 times, most recently from 8aceacc to 14c5813 Compare February 13, 2019 17:50
@corona10 corona10 changed the title [WIP] builtin: Implement builtin_iter builtin: Implement builtin_iter Feb 13, 2019
@corona10 corona10 removed the WIP label Feb 13, 2019
@corona10 corona10 requested a review from ncw February 13, 2019 17:58
@corona10
Copy link
Collaborator Author

corona10 commented Feb 13, 2019

@ncw
Hi, Nick please take a look if you have time!

Copy link
Collaborator

@ncw ncw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That looks great! Just one minor point inline.

@corona10
Copy link
Collaborator Author

@ncw
Wow, thanks for the fast review!!
I 've updated the PR as you commented!

Copy link
Collaborator

@ncw ncw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That looks great now - merge away :-)

@corona10 corona10 merged commit 344a390 into go-python:master Feb 14, 2019
@corona10 corona10 deleted the builtin_iter branch February 14, 2019 10:45
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants