-
Notifications
You must be signed in to change notification settings - Fork 2
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
Networking #42
Networking #42
Conversation
Co-authored-by: Victor Roest <[email protected]>
…ibutes all incoming messages over a threadpool with a task stealing algorithm Co-authored-by: Victor Roest <[email protected]>
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.
🚛
Codecov Report
@@ Coverage Diff @@
## develop #42 +/- ##
===========================================
- Coverage 63.14% 58.68% -4.47%
===========================================
Files 22 24 +2
Lines 1175 1646 +471
Branches 312 447 +135
===========================================
+ Hits 742 966 +224
- Misses 154 264 +110
- Partials 279 416 +137
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## develop #42 +/- ##
===========================================
- Coverage 63.14% 59.84% -3.31%
===========================================
Files 22 24 +2
Lines 1175 1646 +471
Branches 312 447 +135
===========================================
+ Hits 742 985 +243
- Misses 154 262 +108
- Partials 279 399 +120
Continue to review full report at Codecov.
|
…ibutes all incoming messages over a threadpool with a task stealing algorithm Co-authored-by: Victor Roest <[email protected]>
Code Climate has analyzed commit ad45905 and detected 0 issues on this pull request. View more on Code Climate. |
sudo fix-travis install pipenv from pip what are repos anyways why have the latest versions of packages in repos, what would be the use of that?! ~~or why not run ci on docker containers~~ We heard you liked dependencies so we added dependencies to your dependency manager Signing and verifying now done in rust instead of python Co-authored-by: Jonathan Dönszelmann <[email protected]> updated py-ipv8 formatted updated Pipfile dependencies install libssl to download pipenv dependencies add openssl install with pip3 python3.7 + pip ensure pip #42 fuck travis commit message courtesy of: Co-authored-by: Jonathan Dönszelmann <[email protected]> Travis docs were wrong, what a suprise guess updating ubuntu may help idk, kinda want to run gitlab-ci inside of travis now next up: what are version numbers anyway python without pip, c'mon travis are you even trying? why did you even make the 'python' command in your yml.... travis sucks ubuntu + travis sucks more how long will this go on for yes no getting salty y
sudo fix-travis install pipenv from pip what are repos anyways why have the latest versions of packages in repos, what would be the use of that?! ~~or why not run ci on docker containers~~ We heard you liked dependencies so we added dependencies to your dependency manager Signing and verifying now done in rust instead of python Co-authored-by: Jonathan Dönszelmann <[email protected]> updated py-ipv8 formatted updated Pipfile dependencies install libssl to download pipenv dependencies add openssl install with pip3 python3.7 + pip ensure pip #42 fuck travis commit message courtesy of: Co-authored-by: Jonathan Dönszelmann <[email protected]> Travis docs were wrong, what a suprise guess updating ubuntu may help idk, kinda want to run gitlab-ci inside of travis now next up: what are version numbers anyway python without pip, c'mon travis are you even trying? why did you even make the 'python' command in your yml.... travis sucks ubuntu + travis sucks more how long will this go on for yes no getting salty y
sudo fix-travis install pipenv from pip what are repos anyways why have the latest versions of packages in repos, what would be the use of that?! ~~or why not run ci on docker containers~~ We heard you liked dependencies so we added dependencies to your dependency manager Signing and verifying now done in rust instead of python Co-authored-by: Jonathan Dönszelmann <[email protected]> updated py-ipv8 formatted updated Pipfile dependencies install libssl to download pipenv dependencies add openssl install with pip3 python3.7 + pip ensure pip #42 fuck travis commit message courtesy of: Co-authored-by: Jonathan Dönszelmann <[email protected]> Travis docs were wrong, what a suprise guess updating ubuntu may help idk, kinda want to run gitlab-ci inside of travis now next up: what are version numbers anyway python without pip, c'mon travis are you even trying? why did you even make the 'python' command in your yml.... travis sucks ubuntu + travis sucks more how long will this go on for yes no getting salty y Co-authored-by: Jonathan Dönszelmann <[email protected]>
Blocked by #41