Skip to content

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

Closed
clever-systems opened this issue Aug 21, 2015 · 4 comments
Closed

YAML: Support binary data #15587

clever-systems opened this issue Aug 21, 2015 · 4 comments

Comments

@clever-systems
Copy link

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.

@stof
Copy link
Member

stof commented Aug 27, 2015

We indeed do not support the binary data

@xabbuh xabbuh added the Yaml label Oct 5, 2015
@xabbuh
Copy link
Member

xabbuh commented Oct 5, 2015

refs #15958

@fabpot fabpot closed this as completed Oct 5, 2015
@xabbuh
Copy link
Member

xabbuh commented Oct 5, 2015

@fabpot Was there a reason to close? The pull request is still open.

@xabbuh
Copy link
Member

xabbuh commented Feb 8, 2016

see #17599 for an attempt to implement this

@xabbuh xabbuh reopened this Feb 8, 2016
@xabbuh xabbuh added this to the 3.1 milestone Feb 8, 2016
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
@fabpot fabpot closed this as completed Feb 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants