Skip to content

YAML->RDF->YAML won't produce a properly runnable file in some cases #171

@ghost

Description

Some ordering is lost in conversion, but this could be fixed by setting @container: @list in the context for these fields: engineConfig and source.

Also, default field can in theory include a map or a list. Not sure how to deal with this. Some options:

  • Allow only primitive values for default (no maps, lists or files).
  • Require maps and lists to be represented in another way e.g. class: SerializedValue, value: <JSONString>.
  • Drop the idea that execution semantics survive loading to RDF graph.

I suggest we temporarily disallow maps and lists for default, and introduce support in future iteration.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions