]> gitweb.factorcode.org Git - factor.git/commit
compiler.crossref: changes the way in which dependencies are stored on words
authorBjörn Lindqvist <bjourne@gmail.com>
Mon, 28 Nov 2016 05:33:58 +0000 (06:33 +0100)
committerBjörn Lindqvist <bjourne@gmail.com>
Wed, 30 Nov 2016 06:29:10 +0000 (07:29 +0100)
commite629f7b2892588387088a3d20daee1986352ec54
tree942849938be1bf73fb4a7c72944fa71792d740fd
parentef269c493ce0d1d7e868746df025686ee9d14c8f
compiler.crossref: changes the way in which dependencies are stored on words

Previosly, they were stored in three sequences in the properties
"conditional-dependencies" "effect-dependencies" and
"definition-dependencies". It seem to better to store all three
types in one big property called "dependencies".
basis/compiler/crossref/crossref-docs.factor
basis/compiler/crossref/crossref-tests.factor
basis/compiler/crossref/crossref.factor
basis/compiler/tests/redefine3.factor
basis/tools/deploy/shaker/shaker.factor
core/words/words-docs.factor
core/words/words-tests.factor