Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
fabpot commentedSep 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 |
fabpot commentedSep 29, 2015
The |
xabbuh commentedSep 29, 2015
👍 Status: Reviewed About the class name: We could merge the |
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 to0256cccComparefabpot commentedSep 29, 2015
@xabbuh |
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 calledTransformer? As this transforms one convention to another ;)
xabbuh commentedSep 29, 2015
@fabpot We could rename the new method to |
Tobion commentedSep 29, 2015
I think But again just |
weaverryan commentedSep 29, 2015
How about any of |
jakzal commentedSep 29, 2015
or |
Tobion commentedSep 29, 2015
+1 for |
fd6c763 toac17232Comparefabpot commentedSep 30, 2015
Renamed and fixed the README to use the new API. |
xabbuh commentedSep 30, 2015
👍 |
9c3ee7e to6b02749Compare6b02749 to8b8b634CompareThis 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/aCommits-------8b8b634 [CssSelector] updated READMEfd3fefb [CssSelector] remove ConverterInterface
stof commentedSep 30, 2015
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 ?) |
fabpot commentedSep 30, 2015
Indeed, sorry about that, doing a PR right now. |
fabpot commentedSep 30, 2015
see#16012 |
xabbuh commentedSep 30, 2015
We need to make sure that our testsuite gets back to green asap so that we spot things like this faster. :/ |