-
Notifications
You must be signed in to change notification settings - Fork 330
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
Yaml parser support for flow style mappings #423
Comments
flow-styled sequences are now handled as of #573. |
tkvangorder
changed the title
Yaml parser support for flow style
Yaml parser support for flow style mappings
Apr 8, 2022
traceyyoshima
added a commit
that referenced
this issue
Apr 26, 2022
traceyyoshima
added a commit
that referenced
this issue
Apr 26, 2022
traceyyoshima
added a commit
that referenced
this issue
Apr 28, 2022
traceyyoshima
added a commit
that referenced
this issue
Apr 28, 2022
yeikel
pushed a commit
to yeikel/rewrite
that referenced
this issue
Jan 15, 2023
Bumps [rocksdbjni](https://github.com/facebook/rocksdb) from 7.5.3 to 7.6.0. - [Release notes](https://github.com/facebook/rocksdb/releases) - [Changelog](https://github.com/facebook/rocksdb/blob/main/HISTORY.md) - [Commits](facebook/rocksdb@v7.5.3...v7.6.0) --- updated-dependencies: - dependency-name: org.rocksdb:rocksdbjni dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current yaml parser (and printer) makes the assumption that parsed yaml documents contain only block style elements. Add support for Yaml flow style sequences and mappings, and any other flow style yaml document elements.
example flow style sequence:
example flow style mapping:
The text was updated successfully, but these errors were encountered: