-
-
Notifications
You must be signed in to change notification settings - Fork 402
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
[builtin Map] Map.prototype.entries method and map iterator #847
Conversation
Codecov Report
@@ Coverage Diff @@
## master #847 +/- ##
==========================================
+ Coverage 59.08% 59.17% +0.09%
==========================================
Files 164 165 +1
Lines 10209 10284 +75
==========================================
+ Hits 6032 6086 +54
- Misses 4177 4198 +21
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems it requires running rustfmt
. In any case, I'm not an expert on this, maybe @HalidOdat or @RageKnify can help better :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! :) Also maybe some tests would be nice
…on as "entries". Added test for it, unignored pending test.
I've added new commit which should close #810 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I saw a couple of TODO
comments, give them a look, and from my side, it's ready to merge.
This Pull Request fixes/closes #846
I will likely need some help.