-
Notifications
You must be signed in to change notification settings - Fork 18
Allow PHP 8 #43
Allow PHP 8 #43
Conversation
Ah there is a noteworthy failure |
|
@alcaeus not sure what to do… something like https://github.com/symfony/symfony/blob/master/src/Symfony/Bridge/PhpUnit/CoverageListener.php maybe? Or are there preloading-related issues with this? |
|
It's not a big bc break. Would be breaking only for people extending our class. I would say just document minor bc break and do the change |
If they also override that method (that currently throws an exception). I think you are right. |
|
What's state of this PR? Looks changes in codebase still needed #46 (comment) |
|
IMO the whole repo is going to be deprecated, so if you are using it you should consider alternatives. |
|
Drupal 9 is using Doctrine reflection, and will be supported until the end of 2023 (i.e. around the same time that Symfony 4 goes out of support). While we can certainly look at moving away from it, it would be a lot more straightforward if we dropped the dependency for Drupal 10. |
|
I've created #49 that attempts to allow doctrine/reflection on PHP 8. It'd be really great if we could keep this dependency for the Drupal 9 lifecycle. It'd give us and the rest of the community time to switch to alternatives. |
|
Closing in favor of #49 |
|
@alexpott I think we can still review PRs and merge them, not sure when we will mark this as abandoned, but do plan a move. |
No description provided.