Expected behavior: using -ymlOut and -ymlIn should produce a .dot graph which has the same features as running callGraph against a file or directory.
Actual behavior: callGraph -ymlIn $previously_produced_yml produces a .dot graph whose nodes lack the filenames where the referenced functions exist.
Expected behavior: using
-ymlOutand-ymlInshould produce a .dot graph which has the same features as running callGraph against a file or directory.Actual behavior:
callGraph -ymlIn $previously_produced_ymlproduces a .dot graph whose nodes lack the filenames where the referenced functions exist.