You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Yaml component purpose is to parse the config files in Symfony apps. We have added some additional features to make it more useful, but we'll never make it spec-compliant.
Let's improve the Yaml docs adding this note about the purpose of the component and let's list the main unsupported features (such as symfony/symfony#12095).
The text was updated successfully, but these errors were encountered:
@xabbuh and @GuilhemN you are our biggest YAML experts. Maybe you can quickly scan the TOC of the YAML 1.2 spec here http://www.yaml.org/spec/1.2/spec.html and tell me the most important features not supported by the YAML component? Then I'll make the necessary changes in the docs. Thanks!
…nent (javiereguiluz)
This PR was squashed before being merged into the 2.7 branch (closes#8249).
Discussion
----------
Mention the YAML features not supported by the Yaml component
This fixes#6730 thanks to [this comment](#6730 (comment)) from @GuilhemN.
Commits
-------
eeaeac1 Mention the YAML features not supported by the Yaml component
The Yaml component purpose is to parse the config files in Symfony apps. We have added some additional features to make it more useful, but we'll never make it spec-compliant.
Let's improve the Yaml docs adding this note about the purpose of the component and let's list the main unsupported features (such as symfony/symfony#12095).
The text was updated successfully, but these errors were encountered: