-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
YAML: Support binary data #15587
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
Comments
We indeed do not support the binary data |
refs #15958 |
@fabpot Was there a reason to close? The pull request is still open. |
see #17599 for an attempt to implement this |
fabpot
added a commit
that referenced
this issue
Feb 28, 2016
This PR was merged into the 3.1-dev branch. Discussion ---------- [Yaml] add support for parsing the !!binary tag | Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #8094, #15587, #17599 | License | MIT | Doc PR | TODO Commits ------- 79a63d5 [Yaml] add support for the !!binary tag
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to emit objects that contain binary data properties. I could not figure out if this is possible yet.
The Yaml 1.2 spec mentions binary as valid tag:
http://www.yaml.org/spec/1.2/spec.html#id2761292
There is a former issue #8094 that i did not grok.
The text was updated successfully, but these errors were encountered: