witty-crayon-22786
09/12/2016, 10:35 PMwitty-crayon-22786
09/12/2016, 10:36 PMwitty-crayon-22786
09/12/2016, 10:37 PMSelect
instances at the root too, and be 100% TaskNodes in the graph.witty-crayon-22786
09/12/2016, 10:39 PMwitty-crayon-22786
09/12/2016, 10:39 PMwitty-crayon-22786
09/12/2016, 10:40 PMfancy-queen-20734
09/12/2016, 10:40 PMwitty-crayon-22786
09/12/2016, 10:41 PMfancy-queen-20734
09/12/2016, 10:41 PMwitty-crayon-22786
09/12/2016, 10:42 PMSelectDependencies(Collection.of(A), Collection.of(B))
could be automatically availablewitty-crayon-22786
09/12/2016, 10:43 PMA -> B
, then implictly also Collection.of(A) -> Collection.of(B)
witty-crayon-22786
09/12/2016, 10:44 PMfancy-queen-20734
09/12/2016, 10:49 PMwitty-crayon-22786
09/12/2016, 10:54 PMSelectDependencies(Collection.of(A), Collection.of(B))
in master... only in the branch where i switch to a transitive walkwitty-crayon-22786
09/12/2016, 10:54 PMwitty-crayon-22786
09/12/2016, 10:54 PMif (issubclass(product, Collection) or product.__name__.endswith('s')) and (issubclass(dep_product, Collection) or dep_product.__name__.endswith('s')):
print('>>> {} implies a conversion?'.format(x))
witty-crayon-22786
09/12/2016, 10:54 PMwitty-crayon-22786
09/12/2016, 10:54 PM>>> SelectDependencies(Paths, PathGlobs, field_types=(PathWildcard, PathDirWildcard, PathRoot,)) implies a conversion?
>>> SelectDependencies(Dirs, Paths, u'link_stats', field_types=(Link,)) implies a conversion?
>>> SelectDependencies(Files, Paths, u'link_stats', field_types=(Link,)) implies a conversion?
witty-crayon-22786
09/12/2016, 10:57 PMwitty-crayon-22786
09/12/2016, 11:32 PMA->B
is... the fundamental operation in the system.witty-crayon-22786
09/12/2016, 11:33 PMwitty-crayon-22786
09/12/2016, 11:34 PMwitty-crayon-22786
09/12/2016, 11:57 PMfancy-queen-20734
09/13/2016, 12:02 AMwitty-crayon-22786
09/13/2016, 12:55 AMtype mergability▾
witty-crayon-22786
09/13/2016, 1:07 AMwitty-crayon-22786
09/13/2016, 1:08 AMwitty-crayon-22786
09/13/2016, 5:57 PMself.visualize_graph_to_file(roots, 'viz.0.dot')
witty-crayon-22786
09/13/2016, 5:57 PMexport DOT=0; dot -Tsvg -oviz.$DOT.svg viz.$DOT.dot && open viz.$DOT.svg
fancy-queen-20734
09/13/2016, 6:00 PM