Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix YamlReferenceDumper unnamed nested prototypes #20341

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

Closed
wants to merge 2 commits into from
Closed

Fix YamlReferenceDumper unnamed nested prototypes #20341

wants to merge 2 commits into from

Conversation

ogizanagi
Copy link
Contributor

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:

pipou:

    # Prototype
    name:

        # Prototype
        -
            didou:                ~

But for now, this should fix the regression.

unnamed nested prototypes aren't supported anymore by the YamlReferenceDumper
@romainneutron
Copy link
Contributor

Sounds good!

@romainneutron
Copy link
Contributor

👍

@fabpot
Copy link
Member

fabpot commented Oct 28, 2016

Thank you @ogizanagi.

@fabpot fabpot closed this Oct 28, 2016
fabpot added a commit that referenced this pull request 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
@ogizanagi ogizanagi deleted the 3.2/fix/yml_dumper_nested_unamed_prototypes branch October 28, 2016 15:07
@fabpot fabpot mentioned this pull request Nov 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants