]> gitweb.factorcode.org Git - factor.git/blob - basis/bootstrap/tools/tools.factor
Disposables are now registered in a global disposables set. To take advantage of...
[factor.git] / basis / bootstrap / tools / tools.factor
1 USING: vocabs.loader sequences ;
2 IN: bootstrap.tools
3
4 {
5     "inspector"
6     "bootstrap.image"
7     "tools.annotations"
8     "tools.crossref"
9     "tools.errors"
10     "tools.deploy"
11     "tools.destructors"
12     "tools.disassembler"
13     "tools.memory"
14     "tools.profiler"
15     "tools.test"
16     "tools.time"
17     "tools.threads"
18     "tools.deprecation"
19     "vocabs.hierarchy"
20     "vocabs.refresh"
21     "vocabs.refresh.monitor"
22     "editors"
23 } [ require ] each