-
-
Notifications
You must be signed in to change notification settings - Fork 224
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
Fix ID of custom dbal types #267
Conversation
9bf0d44
to
106d6c0
Compare
Rebased |
@Majkl578 I've moved type initialization to |
Is there anything else I should fix to get the PR merged? |
Hi there! Whats the status of this PR? I just run into the same issue as in #254 and i was glad to see there is already a PR for it. Can i help in any way to speed up the merging process? |
@Majkl578 ping |
07ee9a7
to
b414d47
Compare
I've rebased changes to fix merge conflict. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
#333 is not merged up in master yet, hence why the build is not fixed. Are you sure you should target master though? Is there a BC-break in your PR? EDIT: I don't think so, let me retarget this PR for you . |
This comment has been minimized.
This comment has been minimized.
b414d47
to
4adc436
Compare
tests/Doctrine/Tests/Common/DataFixtures/ProxyReferenceRepositoryTest.php
Outdated
Show resolved
Hide resolved
4adc436
to
e77cb81
Compare
e77cb81
to
c20cb20
Compare
@greg0ire Thank you for your help with codding style |
c20cb20
to
3686a2b
Compare
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.
👍 LGTM, but I'll defer to @greg0ire for a final review.
I amended your commit with a message that sums up what I believe is a correct explanation for your PR. Please tell me if I got it wrong. |
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 reverted your changes in src locally, and the tests failed, so that's good.
I also tried removing the implementation of Serializable
from Uuid
, it didn't crash, so that great too. Will merge if you are OK with the new commit message.
@greg0ire The message is fine, thank you! |
Great, thanks @JustBlackBird ! |
@greg0ire thank you for getting the PR finally merged! 🎉 |
This PR is a fix for #254
Not sure if I didn't break anything but the tests are passing 😄