-
Notifications
You must be signed in to change notification settings - Fork 430
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
php 8.0 return types compatible #380
Conversation
maikelohcfg
commented
Dec 9, 2021
- Update methods native return types
- require php ^8.0
Thanks @maikelohcfg ! |
Hi @adrienfr it is done |
Hi @stevelacey & @beberlei, do you need anything else for this PR to pass? |
@maikelohcfg Thanks for the PR. I do not see any |
Hi Chris thanks for your tip, it is already done |
Any news here? I am also interested in this PR |
Hi waiting revision and approval |
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.
Hello, I went through it and I didn't find any problem. Even though it's just a return type checking, the amount of files is massive.
The only thing I found that could be improved is to replace
\Doctrine\ORM\Query\Parser
\Doctrine\ORM\Query\SqlWalker
arguments in methods with use
statement. Some places are replaced, some not.
Any news about push this request ? |
Hi @stevelacey & @beberlei, We have recently upgraded to PHP 8.1 and facing the same issue of deprecations. |
@beberlei any chance to have this merged and a new release? |
@beberlei Please let me know if there is anything I can do to help. I have sent you a message on Twitter also :) Would be great to see this PR be merged soon! |
Hi @stevelacey & @beberlei, When possibly this change will be released and created a tag guys ? |
Please depend on dev-master, this repo is currently not actively maintained |
Can You give rights to some active users to allow create a release ? |
Like I said privately, I would be happy to help maintain 👍🏻 |
Me too |
It would be really sad to see a package with such a high daily-install rate and so much usage through the community be abandoned. Especially one that adds so much needed functionality. I think every can understand if @beberlei cannot solely maintain this repo any longer, given your participation in the Doctrine project and Symfony, but it looks like you have volunteers to help maintain it. Hoping that this package doesn't fall into disrepair. |
Hi @beberlei, I will love to help you to maintain this repo. Just let me know how I can help you. |
Hi @beberlei, I'd also be willing to help maintain this repo :) |
@beberlei Could you spare some time to respond to some of these highly motivated developers that are willing to help out? Would be a shame to let it end like this 🙁 |
New Year, new friendly reminder to @beberlei to decide if one or more motivated persons can help to maintain this bundle. Or we need to make a fork and find a consent who becames the main maintainer of the new fork. I hope for the first solution. |
Hi @beberlei, this library is really useful and used by a lot of people. Also, since it's a really great library for doctrine user, would it be a thing to move it under the doctrine organization (which would give a lot more maintainers) ? (cc @greg0ire) |
The reason we don't want to move it under the Doctrine organization is that its a blackhole of work, considering the amount of vendor specific functions is almost endless, so are the different parameters to functions and so on. And the doctrine org maintainers are all focussed on their repos, they don't suddenly work on an additional repo just because its there, you can see how many doctrine repos are essentially unmaintained as well. I would encourage someone that feels like it to fork this repository and continue maintaining it, I am not comfortable giving access to a repository on my Github user at the moment. |
@beberlei If someone wants to help, here are some ideas. |
I would recommend to add in the Readme:
|
Good idea, i added these two sections |