-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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
Remove deprecated SgmlLinkExtractor and RegexLinkExtractor #4679
Remove deprecated SgmlLinkExtractor and RegexLinkExtractor #4679
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4679 +/- ##
==========================================
+ Coverage 85.16% 86.20% +1.03%
==========================================
Files 162 160 -2
Lines 9748 9632 -116
Branches 1437 1414 -23
==========================================
+ Hits 8302 8303 +1
+ Misses 1186 1070 -116
+ Partials 260 259 -1
|
@Gallaecio could you please advise how to proceed? Is RegexLinkExtractor still needed? |
Yeah, this is strange, as OTOH, I just tried this and found |
In that case, maybe we should remove |
Yeah, I almost suggested that too. We are usually very careful when removing things, but this class should have shown a deprecation warning anyway. |
Ok, thank you for answers. Will update PR. |
Shall I relpace RegexLinkExtractor to just LinkExtractor in these docs?
|
/sep/ is historical so it shouldn't be changed. I see there are conflicts, can you please resolve them? |
BaseSgmlLinkExtractor is also removed.
It uses deprecated SgmlLinkExtractor as base class.
Done. |
Build in travis is green. But github still shows it as "in progress". 🤔 |
Ok, link goes to last successful build in Travis. But build for latest commit is not yet started. |
Looks like travis doesn't recognize force push. |
Now it is 🍏 (I've restarted one build to trigger the update on this PR) |
Thank you @dangra. |
🎉🎉🎉 |
Thank you! |
BaseSgmlLinkExtractor is also removed.
Issue #4356