ostis-dev/sc-machine

Element type depends on the order in which the files are processed during the build

Zioba opened this issue · 0 comments

Zioba commented

file1:
a -> b;;

file2:
sc_node_norole_relation -> b;;

If file1 will be processed before file2, node b will not become norole_relation type.