]> gitweb.factorcode.org Git - factor.git/commitdiff
More unit test fixes
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Tue, 29 Jul 2008 21:57:30 +0000 (16:57 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Tue, 29 Jul 2008 21:57:30 +0000 (16:57 -0500)
basis/compiler/tests/redefine1.factor
basis/compiler/tests/redefine2.factor
basis/compiler/tests/redefine3.factor
basis/compiler/tests/simple.factor
basis/locals/locals-tests.factor
core/bootstrap/stage1.factor

index d448d031b94d62a1b72ea1e89b3fed960c4eba3e..6773eb6b6a5474812167a73343bebf7808204a7a 100644 (file)
@@ -1,7 +1,7 @@
 IN: compiler.tests
 USING: accessors compiler compiler.units tools.test math parser
 kernel sequences sequences.private classes.mixin generic
-definitions arrays words assocs ;
+definitions arrays words assocs eval ;
 
 GENERIC: method-redefine-test ( a -- b )
 
index 107381c4d3b73dd3e91859eceed9b7baba52b24b..c20a6d623303fd55c28c1712905974efdea50f8f 100644 (file)
@@ -1,7 +1,7 @@
 IN: compiler.tests
 USING: compiler compiler.units tools.test math parser kernel
 sequences sequences.private classes.mixin generic definitions
-arrays words assocs ;
+arrays words assocs eval ;
 
 DEFER: blah
 
index f7175aac557a11a4ee6d1947ff9110b030e14c2a..941d0863124340351bd3b6eea236bcea7070c3a7 100644 (file)
@@ -1,7 +1,7 @@
 IN: compiler.tests
 USING: accessors compiler compiler.units tools.test math parser
 kernel sequences sequences.private classes.mixin generic
-definitions arrays words assocs ;
+definitions arrays words assocs eval ;
 
 GENERIC: sheeple ( obj -- x )
 
index 272f92ec075f3b6ad7aef413dc1c8a314754b9c2..c18ab3e335e8a778c9f9ecaebae5ea220714912f 100755 (executable)
@@ -1,6 +1,6 @@
 USING: compiler.units tools.test kernel kernel.private
 sequences.private math.private math combinators strings
-alien arrays memory vocabs parser ;
+alien arrays memory vocabs parser eval ;
 IN: compiler.tests
 
 ! Test empty word
index 025e175bc2734c67b607aadeb66972ca4b8ae5cc..23a1ee928418f2931e9021ce314a09d810dada44 100755 (executable)
@@ -1,6 +1,6 @@
 USING: locals math sequences tools.test hashtables words kernel
 namespaces arrays strings prettyprint io.streams.string parser
-accessors generic ;
+accessors generic eval ;
 IN: locals.tests
 
 :: foo ( a b -- a a ) a a ;
index f9a0ddce8fa60aee8aecd6887b0a5c780a4076ef..92558561d219c2af2022723168a93dd78ea24304 100755 (executable)
@@ -7,13 +7,12 @@ init io.files bootstrap.image bootstrap.image.private vocabs
 vocabs.loader system debugger continuations ;
 IN: bootstrap.stage1
 
-{ "resource:core" } vocab-roots set
-
 "Bootstrap stage 1..." print flush
 
 "resource:core/bootstrap/primitives.factor" run-file
 
 load-help? off
+{ "resource:core" } vocab-roots set
 
 ! Create a boot quotation for the target
 [