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
Trying to start working on #6226 to document the new YAML flags, I'm thinking that maybe we should add a third section to the YAML component doc, something like:
YAML component:
Introduction
Format
Advanced Format Using Flags
Parser
Dumper
Of courses, I could have post it in the corresponding issue but I noticed that actually this doc is missing in previous version (2.7?), since we can already use some (now deprecated) extra parameters in parse() and dump().
Shouldn't we start by documenting these parameters, then fix #6226 by adding depreciations notices?
Thanks.
EDIT
Detail arguments and object parsing,
Document objectForMap
The text was updated successfully, but these errors were encountered:
This PR was merged into the 2.3 branch.
Discussion
----------
Advanced YAML component usage
| Q | A
| ------------- | ---
| Doc fix? | no
| New docs? | yes
| Applies to | 2.3 > 3.0 (i think)
| Fixed tickets | #6524
Prerequisite to #6226
This PR documents the (now deprecated) features for indentation, invalid types and object serialization which have been present since sf 2.3
Commits
-------
3249cbb Advanced YAML component usage
Trying to start working on #6226 to document the new YAML flags, I'm thinking that maybe we should add a third section to the YAML component doc, something like:
YAML component:
Of courses, I could have post it in the corresponding issue but I noticed that actually this doc is missing in previous version (2.7?), since we can already use some (now deprecated) extra parameters in
parse()
anddump()
.Shouldn't we start by documenting these parameters, then fix #6226 by adding depreciations notices?
Thanks.
EDIT
objectForMap
The text was updated successfully, but these errors were encountered: