Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[3.4][DoctrineBridge] Use new Types::* constants and support new json type#35817
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
[3.4][DoctrineBridge] Use new Types::* constants and support new json type#35817
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
fancyweb commentedFeb 21, 2020
I think fabbot failures should be ignored based on the existant code. |
Uh oh!
There was an error while loading.Please reload this page.
55baa60 toeb6e219CompareUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
eb6e219 to04649fdCompare04649fd to3e35fa5Compare
nicolas-grekas left a comment
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.
(false positive from fabbot)
nicolas-grekas commentedFeb 24, 2020
Thank you@fancyweb. |
nicolas-grekas commentedFeb 24, 2020
I failed to merge this in 4.4, please submit for 4.4 in#35819 or in a separate PR :) |
…rt new json types (fancyweb)This PR was merged into the 4.4 branch.Discussion----------[4.4][DoctrineBridge] Use new Types::* constants and support new json types| Q | A| ------------- | ---| Branch? | 4.4| Bug fix? | yes| New feature? | no| Deprecations? | no| Tickets |#35817 (comment)| License | MIT| Doc PR | -Commits-------ddf3353 [4.4][DoctrineBridge] Use new Types::* constants and support new json type
All
Type::*constants were moved and deprecated. This PR makes sure we use the good ones when they exist so we are prepared for their removal. It allows to be deprecation free. If deprecated constants could be detected, we would have failing tests 😄Also,
json_arraywas deprecated and renamed tojson, so I added support for this new type.Some new components also use these constants on upper branches, so I will submit PRs there.