]> gitweb.factorcode.org Git - factor.git/commit
graphs: move to core and simplify.
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 21 Mar 2016 17:17:29 +0000 (10:17 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 21 Mar 2016 17:20:38 +0000 (10:20 -0700)
commit9cc73c94922c303e2809ad6def60cceadf6d1964
tree2c5f40d6da8362fc5a01d794926dd216d1b57d6c
parentf1fd761a726218777cded27c537086514708a2bc
graphs: move to core and simplify.

1. remove add-vertex* and remove-vertex* that contradicted the documentation.
2. graphs use hash-sets of edges instead of hashtables of {edge,edge} pairs.
3. make graphs:closure work like classes:closure, use in classes.
14 files changed:
basis/compiler/crossref/crossref.factor
basis/graphs/authors.txt [deleted file]
basis/graphs/graphs-docs.factor [deleted file]
basis/graphs/graphs-tests.factor [deleted file]
basis/graphs/graphs.factor [deleted file]
basis/graphs/summary.txt [deleted file]
basis/graphs/tags.txt [deleted file]
core/classes/classes.factor
core/graphs/authors.txt [new file with mode: 0644]
core/graphs/graphs-docs.factor [new file with mode: 0644]
core/graphs/graphs-tests.factor [new file with mode: 0644]
core/graphs/graphs.factor [new file with mode: 0644]
core/graphs/summary.txt [new file with mode: 0644]
core/graphs/tags.txt [new file with mode: 0644]