-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Conversation
Change PyObject.typ to PyClassRef
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
other improvements to increase use of specific ref types.
Introduce Either extractor and convert range.__getitem__
* vm.ctx.new_dict returns a PyDictRef * Special case for module goes away. * Instances get a real dictionary.
Tests cleanups
Update grcov
Attributes and dictionaries
Clean up type protocol
Change types inside Scope to PyDictRef.
Remove .gcno files before a coverage run
ARgh I broke everything with git in the rebase/merge... |
TODO at #736