-
Notifications
You must be signed in to change notification settings - Fork 15
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
Merge typing, EventEmitter support #136
Conversation
LivInTheLookingGlass
commented
Feb 8, 2017
- Connects to Switch serialization to msgpack #134
- Connects to EventEmitter API Support #135
- Connects to Deserialization errors #123
- Connects to Add typing to serialization scheme #113
note: js/python compatability seems broken. must investigate.
TODO: Serialization, mapping, PyObject->msgpack_object,
Codecov Report@@ Coverage Diff @@
## develop #136 +/- ##
===========================================
+ Coverage 69.76% 71.37% +1.61%
===========================================
Files 19 19
Lines 2758 2791 +33
Branches 434 429 -5
===========================================
+ Hits 1924 1992 +68
+ Misses 794 759 -35
Partials 40 40 Continue to review full report at Codecov.
|
Note, the tutorials will need to be updated |
Getting some failures on Windows, but I'm going to take the position that I am not responsible for bugs in the ssl module. I should probably be mocking this at some point. |