-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Re: Add support for using nested DTOs #11540
Conversation
Your commit lost all the other authors credits 🙄 |
Take my changes and make it to yours, you don't touch your PR since 5 month but it's a super idea. And if you can explain me how I had to do, i'm not very comfortable with PR workflow. |
It's not my commits also, I've just cherry-picked to adapt for current codebase.
Because I've waited to get some directions what I should do? As I see you just pushed that error to the baseline |
|
@norkunas you want to make corrections to your repo or I continue here ? |
No prob if you'll continue |
Please improve your commit message according to the contributing guide. |
and if you have 10 minutes, don't hesitate to explain to me what could have been done better by email. |
I wrote the contributing guide (at least the part about the commit messages). Is there a part that is unclear? Also, I'd rather talk on doctrine.slack.com if you don't mind. |
sorry I read a little so fast, I think it was "just" beacause my commit was only "corrections" without any more. |
I don't think people reading the history once this is merged need to know there was a need to update the baseline. Please kindly squash your commits together. If you don't, we'll try to remember to do it for you but it's best if you save us this trouble. How to do that?
|
c8e7502
to
6a3a850
Compare
The docs need to be adjusted, as they say "Note that you can only pass scalar expressions to the constructor." DTOs are not scalar expressions. |
This feature allow use of nested new operators Co-authored-by: Tomas Norkūnas <[email protected]> Co-authored-by: Sergey Protko <[email protected]> Co-authored-by: Łukasz Zakrzewski <[email protected]>
Co-authored-by: Claudio Zizza <[email protected]>
Thanks @eltharin ! |
Argh! Wrong target branch 😓 |
Shall I do a hard reset or do you prefer a revert? 🫣 |
Did the hard reset already |
ok |
Fork for errors correction of #11238