-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[CssSelector] remove ConverterInterface #15988
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
Conversation
fabpot
commented
Sep 29, 2015
Q | A |
---|---|
Bug fix? | yes |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | #15934 |
License | MIT |
Doc PR | n/a |
The |
👍 Status: Reviewed About the class name: We could merge the |
* This component is a port of the Python cssselect library, | ||
* which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect. | ||
* | ||
* Copyright (c) 2007-2012 Ian Bicking and contributors. See AUTHORS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fabpot is the phpdoc the right place to put the license of the ported library ? This class is not even ported from the Python library (the classes porting the Pythin library are all the internal classes)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
moved to the README file instead
50e696d
to
0256ccc
Compare
@xabbuh |
*/ | ||
class Converter implements ConverterInterface | ||
class Converter |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe this should be called Transformer
? As this transforms one convention to another ;)
@fabpot We could rename the new method to |
I think But again just |
How about any of |
or |
+1 for |
fd6c763
to
ac17232
Compare
Renamed and fixed the README to use the new API. |
👍 |
9c3ee7e
to
6b02749
Compare
6b02749
to
8b8b634
Compare
This PR was merged into the 2.8 branch. Discussion ---------- [CssSelector] remove ConverterInterface | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #15934 | License | MIT | Doc PR | n/a Commits ------- 8b8b634 [CssSelector] updated README fd3fefb [CssSelector] remove ConverterInterface
This is broken. You forgot to use the new class name in the DomCrawler component (why do we have a red flag on Travis and AppVeyor if nobody look at the test failures ?) |
Indeed, sorry about that, doing a PR right now. |
see #16012 |
We need to make sure that our testsuite gets back to green asap so that we spot things like this faster. :/ |