-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Yaml] Support tagged scalars #22762
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
Conversation
missing CHANGELOG updates in components (please check any your other PRs also if any) |
@nicolas-grekas note added |
aeb8050
to
1dea536
Compare
done |
@@ -21,6 +21,12 @@ CHANGELOG | |||
the parser and dumper is no longer supported, pass bitmask flags instead | |||
* the constructor arguments of the `Parser` class have been removed | |||
* the `Inline` class is internal and no longer part of the BC promise | |||
* added support of tagged scalars. |
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.
support for
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.
updated, thanks
This PR was merged into the 3.4 branch. Discussion ---------- [Yaml] Deprecate using the non-specific tag | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no <!-- don't forget updating src/**/CHANGELOG.md files --> | BC breaks? | no | Deprecations? | yes | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Values tagged with the non-specific tag must not be transformed in an integer, this tag means that they must not be evaluated (see [the spec](http://www.yaml.org/spec/1.2/spec.html#tag/non-specific/)). I applied this change in #22762 to comply with the spec. Commits ------- 60f5046 [Yaml] Deprecate using the non-specific tag
This PR was merged into the 3.4 branch. Discussion ---------- [Yaml] Deprecate using the non-specific tag | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no <!-- don't forget updating src/**/CHANGELOG.md files --> | BC breaks? | no | Deprecations? | yes | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Values tagged with the non-specific tag must not be transformed in an integer, this tag means that they must not be evaluated (see [the spec](http://www.yaml.org/spec/1.2/spec.html#tag/non-specific/)). I applied this change in symfony/symfony#22762 to comply with the spec. Commits ------- 60f5046661 [Yaml] Deprecate using the non-specific tag
Thank you @GuilhemN. |
This PR was merged into the 4.0-dev branch. Discussion ---------- [Yaml] Support tagged scalars | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | yes, replacement of deprecations | BC breaks? | yes | Deprecations? | no <!-- don't forget updating UPGRADE-*.md files --> | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Add support of tagged scalars in 4.0. Commits ------- b1e8ebc [Yaml] Support tagged scalars
Add support of tagged scalars in 4.0.