]> gitweb.factorcode.org Git - factor.git/commitdiff
Merge branch 'require-when' of git://github.com/littledan/Factor
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Mon, 19 Apr 2010 19:06:52 +0000 (14:06 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Mon, 19 Apr 2010 19:06:52 +0000 (14:06 -0500)
1  2 
basis/bootstrap/compiler/compiler.factor

index 9cb9c125abf291312b9e742ba94f1af2a16105e4,dc278df572b0f202f6c18811ae9dea7932c17339..56109e2de6f6591b315d8306d71822eb39640e4b
@@@ -20,8 -20,8 +20,8 @@@ IN: bootstrap.compile
      "alien.remote-control" require
  ] unless
  
"prettyprint" "alien.prettyprint" require-when
"debugger" "alien.debugger" require-when
{ "boostrap.compiler" "prettyprint" } "alien.prettyprint" require-when
{ "boostrap.compiler" "debugger" } "alien.debugger" require-when
  
  "cpu." cpu name>> append require
  
@@@ -35,7 -35,7 +35,7 @@@ g
      [ optimized? not ] filter compile ;
  
  "debug-compiler" get [
 -    
 +
      nl
      "Compiling..." write flush
  
@@@ -57,7 -57,7 +57,7 @@@
  
          curry compose uncurry
  
 -        array-nth set-array-nth length>>
 +        array-nth set-array-nth
  
          wrap probe
  
  
      " done" print flush
  
 +    "io.streams.byte-array.fast" require
 +
  ] unless