From 50db0745d691958e056e5022d905828966f9836f Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Sat, 9 Mar 2013 08:31:06 -0800 Subject: [PATCH] graphs: moving to basis. --- {core => basis}/graphs/authors.txt | 0 {core => basis}/graphs/graphs-docs.factor | 0 {core => basis}/graphs/graphs-tests.factor | 0 {core => basis}/graphs/graphs.factor | 0 {core => basis}/graphs/summary.txt | 0 {core => basis}/graphs/tags.txt | 0 core/generic/standard/standard-tests.factor | 14 ++++++-------- 7 files changed, 6 insertions(+), 8 deletions(-) rename {core => basis}/graphs/authors.txt (100%) rename {core => basis}/graphs/graphs-docs.factor (100%) rename {core => basis}/graphs/graphs-tests.factor (100%) rename {core => basis}/graphs/graphs.factor (100%) rename {core => basis}/graphs/summary.txt (100%) rename {core => basis}/graphs/tags.txt (100%) diff --git a/core/graphs/authors.txt b/basis/graphs/authors.txt similarity index 100% rename from core/graphs/authors.txt rename to basis/graphs/authors.txt diff --git a/core/graphs/graphs-docs.factor b/basis/graphs/graphs-docs.factor similarity index 100% rename from core/graphs/graphs-docs.factor rename to basis/graphs/graphs-docs.factor diff --git a/core/graphs/graphs-tests.factor b/basis/graphs/graphs-tests.factor similarity index 100% rename from core/graphs/graphs-tests.factor rename to basis/graphs/graphs-tests.factor diff --git a/core/graphs/graphs.factor b/basis/graphs/graphs.factor similarity index 100% rename from core/graphs/graphs.factor rename to basis/graphs/graphs.factor diff --git a/core/graphs/summary.txt b/basis/graphs/summary.txt similarity index 100% rename from core/graphs/summary.txt rename to basis/graphs/summary.txt diff --git a/core/graphs/tags.txt b/basis/graphs/tags.txt similarity index 100% rename from core/graphs/tags.txt rename to basis/graphs/tags.txt diff --git a/core/generic/standard/standard-tests.factor b/core/generic/standard/standard-tests.factor index 1a464e16d3..9a4a4d6016 100644 --- a/core/generic/standard/standard-tests.factor +++ b/core/generic/standard/standard-tests.factor @@ -1,11 +1,9 @@ -USING: tools.test math math.functions math.constants -generic.standard generic.single strings sequences arrays kernel -accessors words byte-arrays bit-arrays parser namespaces make -quotations stack-checker vectors growable hashtables sbufs -prettyprint byte-vectors bit-vectors specialized-vectors -definitions generic sets graphs assocs grouping see eval -classes.union classes.tuple compiler.units io.streams.string -compiler.crossref math.order ; +USING: accessors arrays assocs bit-arrays bit-vectors +byte-arrays classes.tuple classes.union compiler.crossref +compiler.units definitions eval generic generic.single +generic.standard io.streams.string kernel make math +math.constants math.functions namespaces parser quotations +sequences specialized-vectors strings tools.test words ; QUALIFIED-WITH: alien.c-types c FROM: namespaces => set ; SPECIALIZED-VECTOR: c:double