-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[3.2] Regression in Config or Yaml ? #20340
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
Labels
Comments
There are good chances this regression is due to #19480 😭 |
See #20341 |
Yeah thanks @ogizanagi |
fabpot
added a commit
that referenced
this issue
Oct 28, 2016
This PR was squashed before being merged into the 3.2-dev branch (closes #20341). Discussion ---------- Fix YamlReferenceDumper unnamed nested prototypes | Q | A | ------------- | --- | Branch? | master | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #20340 | License | MIT | Doc PR | N/A Ideally, I'd like to output something like: ```yml pipou: # Prototype name: # Prototype - didou: ~ ``` But for now, this should fix the regression. Commits ------- 8e04643 Fix YamlReferenceDumper unnamed nested prototypes
symfony-splitter
pushed a commit
to symfony/config
that referenced
this issue
Oct 28, 2016
This PR was squashed before being merged into the 3.2-dev branch (closes #20341). Discussion ---------- Fix YamlReferenceDumper unnamed nested prototypes | Q | A | ------------- | --- | Branch? | master | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | symfony/symfony#20340 | License | MIT | Doc PR | N/A Ideally, I'd like to output something like: ```yml pipou: # Prototype name: # Prototype - didou: ~ ``` But for now, this should fix the regression. Commits ------- 8e04643 Fix YamlReferenceDumper unnamed nested prototypes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
considering this code:
Until 3.1, this code worked well and outputs
Since 3.2, it breaks:
As I'm not really aware of the internal changes of both Yaml and Config component, somebody might have an idea about the origin of this issue.
The text was updated successfully, but these errors were encountered: