| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Report
@@ Coverage Diff @@
## 3.5 #26 +/- ##
======================================
Coverage ? 82.37%
======================================
Files ? 1427
Lines ? 350948
Branches ? 0
======================================
Hits ? 289096
Misses ? 61852
Partials ? 0Continue to review full report at Codecov.
|
Sorry, something went wrong.
Currently, http://buildbot.python.org/all/buildslaves/ware-docs buildbot is only run as post-commit. For example, bpo-29521 (PR#41) introduced two warnings, unnotified by the Travis CI docs job. Modify the docs job to run toosl/rstlint.py. Fix also the two minor warnings which causes the buildbot slave to fail.
26: warn for truncate r=ltratt a=nanjekyejoannah
Use seek(0) before doing truncate(0)
BytesIO.truncate() does not shift the file pointer,
so we need to seek() to move the file pointer,
otherwise writing after truncating will mess up the
stream.
s.truncate(0) -> s.seek(0)
s.truncate(0)
Co-authored-by: Joannah Nanjekye <jnanjeky@unb.ca>
Feat: Reference-based type propagator
Fix macos and ios builds
| Back | FazBrowse Home | New Git URL |
No description provided.