tonyhffong / Lint.jl

A lint tool for Julia code
Other
169 stars 33 forks source link

WIP: More bug hunting #212

Closed TotalVerb closed 7 years ago

TotalVerb commented 7 years ago

This is a preview of some more bug hunting and code cleanup. This edition comes with some lint type simplification.

Currently there are many broken tests that I want to fix before merging.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.5%) to 88.684% when pulling e15a445804ad717ed24445113e971cb7ee2e8abf on fw/bug-hunt into 8a694b0944dff2abb1b0f584f8f3508e0c6f043d on master.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.6%) to 88.635% when pulling c93555bb2362d7dcad4b112bdf7c9f7c3243780b on fw/bug-hunt into 8a694b0944dff2abb1b0f584f8f3508e0c6f043d on master.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.6%) to 88.635% when pulling a6d0d6b389a06cd82d67855666a6c65c77357ff1 on fw/bug-hunt into 8a694b0944dff2abb1b0f584f8f3508e0c6f043d on master.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.6%) to 88.659% when pulling a53ccba85c74e71f1127ddc53ea5c86bdb7836e6 on fw/bug-hunt into 8a694b0944dff2abb1b0f584f8f3508e0c6f043d on master.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.6%) to 88.598% when pulling e299d214bdf90855d318356f9692f813974cc28a on fw/bug-hunt into 8a694b0944dff2abb1b0f584f8f3508e0c6f043d on master.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-1.3%) to 88.615% when pulling c61b76270204270a52eef4a7ec275d6a5d3f728d on fw/bug-hunt into 29a21a42b23c2cf935a7fffcaca1293b99d29c2b on master.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.4%) to 89.427% when pulling 2c1d1bdff39234434743a961ee413534a652b9b1 on fw/bug-hunt into 29a21a42b23c2cf935a7fffcaca1293b99d29c2b on master.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.2%) to 89.671% when pulling 154a6e0f14d11aa3913b997dbbf8a28d19dd06b1 on fw/bug-hunt into 29a21a42b23c2cf935a7fffcaca1293b99d29c2b on master.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.9%) to 90.788% when pulling 22ca7cbd6a01d6de4acebae754e7d2190633cbc9 on fw/bug-hunt into 29a21a42b23c2cf935a7fffcaca1293b99d29c2b on master.

TotalVerb commented 7 years ago

I would rather not leave too many commits on an active pull request, so I plan to merge this tomorrow, despite the remaining broken tests. Those are harder to fix but I will work on them soon.