Cpr - #882
Conversation
vvMixinCore.py Has had a more thorough clean to improve performance
hgvs_utils.py has had a more extensive clean
Some small structural changed to utils.py that improve performance very slightly
|
Please undo the last commit. As we discussed before I am currently working on splitting the large commits in the 'regex_removal' branch, and doing review changes as I go. We don't want them to touch at all until that is finished, this will totally break the history or force me to throw away all of the existing work and give up on doing that, if you keep it in. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## regex_removal #882 +/- ##
=================================================
- Coverage 84.91% 84.87% -0.05%
=================================================
Files 48 48
Lines 14589 14186 -403
=================================================
- Hits 12388 12040 -348
+ Misses 2201 2146 -55 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
OOPS, I jumped the gun on resolving conflicts. Sorry. Now reverted last commit |
|
unfortunately reverting in this way leaves it in the history, I have no idea about how this will interact with my edit's but it is not a clean removal. It is required and recommended to use revert in projects with more coders, or on public branches that others are using. But this is because doing otherwise will clobber the history, and break any patches authored between the initial commit and the revert. Thankfully this is not the case here. Instead we want to just delete the two last commits and do a force push to reset the HEAD on this branch before them. (If you have a currently clean version of the branch then the code is |
|
OK, I'll look into it in the morning and sort it. Apologies again |
Done |
No description provided.