compile-all fix
parent
816f60a6e7
commit
6cd9b95df8
|
@ -11,7 +11,6 @@
|
||||||
|
|
||||||
- declaration to do:
|
- declaration to do:
|
||||||
- bootstrap speedup with compiling recursives
|
- bootstrap speedup with compiling recursives
|
||||||
- load cocoa before 'recompile' call
|
|
||||||
- RT_WORD should refer to XTs not word objects.
|
- RT_WORD should refer to XTs not word objects.
|
||||||
- fix contribs: boids, automata
|
- fix contribs: boids, automata
|
||||||
- sometimes darcs get fails with the httpd
|
- sometimes darcs get fails with the httpd
|
||||||
|
|
|
@ -24,7 +24,8 @@ words ;
|
||||||
dup [ f "no-effect" set-word-prop ] each
|
dup [ f "no-effect" set-word-prop ] each
|
||||||
[ try-compile ] each ;
|
[ try-compile ] each ;
|
||||||
|
|
||||||
: compile-all ( -- ) vocabs compile-vocabs ;
|
: compile-all ( -- )
|
||||||
|
vocabs compile-vocabs changed-words get clear-hash ;
|
||||||
|
|
||||||
: compile-quot ( quot -- word )
|
: compile-quot ( quot -- word )
|
||||||
define-temp "compile" get [ dup compile ] when ;
|
define-temp "compile" get [ dup compile ] when ;
|
||||||
|
|
Loading…
Reference in New Issue