Skip to content
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 schema TODOs #1313

Open
5 tasks
JustinPrivitera opened this issue Aug 5, 2024 · 0 comments
Open
5 tasks

YAML schema TODOs #1313

JustinPrivitera opened this issue Aug 5, 2024 · 0 comments
Assignees

Comments

@JustinPrivitera
Copy link
Member

JustinPrivitera commented Aug 5, 2024

  • Make

    Node::to_yaml_stream(std::ostream &os,

    look like
    Node::to_json_stream(std::ostream &os,

    (Add conduit_yaml, conduit_yaml_external, conduit_base64_yaml)

  • Get the final test in t_conduit_generator.cpp to work.

  • do the conduit_base64_yaml case

  • for conduit_bin based i/o, those paths look for a related .conduit_json file to get schema info.
    Now that we have new fancy yaml schemas, we should also look for related .conduit_yaml file and also wire up their creation. Node::load and Node::save conduit_bin case.

  • schema should be able to save to yaml as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant