Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Serializer] Harden the ObjectNormalizer#17959
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
| "symfony/yaml":"~2.8|~3.0", | ||
| "symfony/config":"~2.8|~3.0", | ||
| "symfony/property-access":"~2.8|~3.0", | ||
| "symfony/property-access":"~3.1", |
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.
IIUC, this is "just" to make the test pass, right? The code change itself does not need that. So, IMO, we should keep the constraint as is and tweak the test instead.
dunglas commentedMar 4, 2016
Status: needs work |
fc84692 to5d4d0a6Comparedunglas commentedMar 25, 2016
Status: needs review |
xabbuh commentedMar 26, 2016
You have update the minimum version required for the PropertyAccess component in the Status: Needs work |
dunglas commentedMar 27, 2016
dunglas commentedMar 27, 2016
Travis and AppVeyor not related. Ping @symfony/deciders |
| "doctrine/cache":"~1.0" | ||
| }, | ||
| "conflict": { | ||
| "symfony/property-access":">=3.0,<3.0.4|>=2.8,<2.8.4" |
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.
Then I would rather update the constraint inrequire-devto~2.8,>=2.8.4|~3.0,>=3.0.4.
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.
Why? The conflict line has the same effect and works in prod too.
nicolas-grekas commentedApr 17, 2016 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
👍 for 3.1. The composer.json update is fine to me. |
Transform
\TypeErrors to catchable serializer exceptions.Follows#17738 and completes#17660.