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
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
schema yaml save tests
The text was updated successfully, but these errors were encountered:
@cyrush can we move to sharing as much logic as possible between json and yaml methods? Right now we have an awful lot of duplication with to_yaml and to_json methods that share lots of similarities until we get down to the bottom level of the function calls.
Make
conduit/src/libs/conduit/conduit_node.cpp
Line 13338 in 92e22b3
look like
conduit/src/libs/conduit/conduit_node.cpp
Line 13178 in 92e22b3
(Add
conduit_yaml
,conduit_yaml_external
,conduit_base64_yaml
) - YAML Schema Part 2 #1335Get the final test in
t_conduit_generator.cpp
to work. - YAML Schema Part 2 #1335do the
conduit_base64_yaml
case - YAML Schema Part 2 #1335for
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::saveconduit_bin
case.schema should be able to save to yaml as well
schema yaml save tests
The text was updated successfully, but these errors were encountered: