Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd cas command #72
Add cas command #72
Conversation
codecov-io
commented
Dec 15, 2019
•
Codecov Report
@@ Coverage Diff @@
## master #72 +/- ##
=========================================
- Coverage 55.86% 55.4% -0.47%
=========================================
Files 11 11
Lines 571 583 +12
=========================================
+ Hits 319 323 +4
- Misses 252 260 +8
Continue to review full report at Codecov.
|
bbf4c5b
to
94106e6
|
@aisk Please review when you get a chance! |
|
Thanks @letmutx ! I'll review this as soon as posible! |
|
@aisk Just a heads up - please do not merge this yet. I added more tests and a particular test is failing. I am debugging. Will try and fix over the weekend. |
|
@aisk Fixed now. Should be good to review. |
|
The failing test is because of a debug_assert! I added in There are no tests for these cases. We should handle them in a different issue. I will remove the debug_assert and add an issue. |
|
Hi sorry late for the review, I'm a little busy these days. I saw you added a |
|
The But because there is a blanket impl of |
|
Yes you are right, sorry I don't considered the backwards compatibility issue. We shoul keep it, thanks @letmutx |
|
Hi @letmutx I approved this PR, except I want to remove the CasID type as mentioned above. I think maybe we should add a type or trait some day if we have a chance to refactor the API. And can you rebase the master branch since there are some changes. Seems there was no conflict but I think a rebase with CI test is needed. Really thanks @letmutx |
|
Thanks for the review. |
|
@aisk rebased and pushed the changes. good to merge now, i think. |
|
@letmutx merged, thanks! |
letmutx commentedDec 15, 2019
Fixes #47
Haven't yet tested, I'll add tests soon.