Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Mime] Removes deprecated tests#41404
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
276d354 to679de60Comparenicolas-grekas commentedMay 24, 2021
Sorry I wasn't clear enough. On legacy tests, calling deprecated code is expected! This PR is for 6.0:) |
679de60 tocc358f4Compare0x346e3730 commentedMay 24, 2021
My bad, I hesitated and went for it as it's late, should be good now :) Not sure why it auto asked for review tho, sorry for the unnecessary pings :( |
Nyholm left a comment
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.
I think this looks good.
Address::fromString() is removed in favour ofAddress::create(). These tests are no longer needed.
0x346e3730 commentedMay 25, 2021
I just reviewed as I've sent the PR late yesterday, shouldn't I also delete fromStringProvider ? |
0x346e3730 commentedMay 25, 2021
It's still used in testCreateWithString, I don't know if renaming the provider is a good idea or not. |
Nyholm commentedMay 25, 2021
Good observation. Let's rename it. There is no backwards compatibility issue with files in |
nicolas-grekas commentedMay 25, 2021
The rename should happen on 5.3 then! |
nicolas-grekas commentedMay 25, 2021
Or better: don't rename |
Nyholm commentedMay 25, 2021
Oh... let's not rename it then =) Im happy with this PR in its current state. |
0x346e3730 commentedMay 25, 2021
I'm cool with not renaming it too. |
Nyholm commentedMay 25, 2021
Awesome. Congratulations to your first contribution! |
Uh oh!
There was an error while loading.Please reload this page.
Follow-up from#41398 to fix CI for 6.0.