-
-
Notifications
You must be signed in to change notification settings - Fork 437
make the MakerFileLinkFormatter compatible with Symfony 7 #1383
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
| { | ||
| public function __construct( | ||
| private ?FileLinkFormatter $fileLinkFormatter = null, | ||
| private FileLinkFormatter|LegacyFileLinkFormatter|null $fileLinkFormatter = null, |
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.
Does this fail in Symfony 6.3 where FileLinkFormatter (the new one) does not exist? It seems to: https://github.com/symfony/maker-bundle/actions/runs/6610525836/job/17952630835?pr=1383#step:14:74
Do we need to remove the type until 6.3 support is dropped?
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.
That shouldn't be the issue. I am gonna take a deeper look into the failure.
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.
tests fixed
|
I'd love to use this bundle when testing Symfony 7, but all the make: commands are broken. Can this be at least pushed to the dev branch? |
|
Currently I sed this fix : |
|
Thanks! I think that should be sed -i (not -e). |
|
Thanks for the merge! |
|
@weaverryan Can we please release this change? |
fixes #1382