Skip to content

Conversation

@gr8b
Copy link

@gr8b gr8b commented Jan 4, 2025

Documentation update for YAML Dumper feature Yaml::DUMP_COMPACT_NESTED_MAPPING.

@gr8b gr8b requested a review from xabbuh as a code owner January 4, 2025 15:52
@carsonbot carsonbot added this to the 7.3 milestone Jan 4, 2025
@carsonbot carsonbot changed the title feature #59315 [Yaml] Add compact nested mapping support to Dumper [Yaml] feature #59315 Add compact nested mapping support to Dumper Jan 4, 2025
@xabbuh xabbuh linked an issue Jan 4, 2025 that may be closed by this pull request
@javiereguiluz javiereguiluz force-pushed the compact-nested-mapping branch from bdfebb4 to 12bb604 Compare January 22, 2025 07:32
@javiereguiluz javiereguiluz merged commit 7261af2 into symfony:7.3 Jan 22, 2025
3 checks passed
@javiereguiluz
Copy link
Member

@gr8b thanks ... and congrats on your first Symfony Docs contribution 🎉

@gr8b gr8b deleted the compact-nested-mapping branch January 22, 2025 07:54
nicolas-grekas added a commit to symfony/symfony that referenced this pull request Feb 4, 2025
…en dumping sequences (xabbuh) This PR was squashed before being merged into the 7.3 branch. Discussion ---------- [Yaml] Yaml::DUMP_COMPACT_NESTED_MAPPING does not apply when dumping sequences | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | | License | MIT following #59315, the flag should only affect how maps are dumped but shouldn't influence dumping sequences (see also symfony/symfony-docs#20510 (comment)) Commits ------- 0c124a9 [Yaml] Yaml::DUMP_COMPACT_NESTED_MAPPING does not apply when dumping sequences
symfony-splitter pushed a commit to symfony/yaml that referenced this pull request Feb 4, 2025
…en dumping sequences (xabbuh) This PR was squashed before being merged into the 7.3 branch. Discussion ---------- [Yaml] Yaml::DUMP_COMPACT_NESTED_MAPPING does not apply when dumping sequences | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | | License | MIT following #59315, the flag should only affect how maps are dumped but shouldn't influence dumping sequences (see also symfony/symfony-docs#20510 (comment)) Commits ------- 0c124a99e91 [Yaml] Yaml::DUMP_COMPACT_NESTED_MAPPING does not apply when dumping sequences
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment