tools.deploy.shaker: don't strip out io.files hook, since then we lose resource-path and such

release
Slava Pestov 2010-02-15 17:37:07 +13:00
parent e19461d410
commit 62f5a2af1c
5 changed files with 29 additions and 1 deletions

View File

@ -117,3 +117,9 @@ os macosx? [
[ ] [ "tools.deploy.test.16" shake-and-bake run-temp-image ] unit-test
[ ] [ "tools.deploy.test.17" shake-and-bake run-temp-image ] unit-test
[ t ] [
"tools.deploy.test.18" shake-and-bake
deploy-test-command ascii [ readln ] with-process-reader
"test.image" temp-file =
] unit-test

View File

@ -43,7 +43,6 @@ IN: tools.deploy.shaker
"io.thread" startup-hooks get delete-at
] unless
strip-io? [
"io.files" startup-hooks get delete-at
"io.backend" startup-hooks get delete-at
"io.thread" startup-hooks get delete-at
] when

View File

@ -0,0 +1,8 @@
! Copyright (C) 2010 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
USING: accessors io.streams.c math.parser system ;
IN: tools.deploy.test.18
: main ( -- ) image show ;
MAIN: main

View File

@ -0,0 +1 @@
Slava Pestov

View File

@ -0,0 +1,14 @@
USING: tools.deploy.config ;
H{
{ deploy-name "tools.deploy.test.18" }
{ deploy-ui? f }
{ deploy-c-types? f }
{ deploy-unicode? f }
{ "stop-after-last-window?" t }
{ deploy-io 1 }
{ deploy-reflection 1 }
{ deploy-word-props? f }
{ deploy-math? f }
{ deploy-threads? f }
{ deploy-word-defs? f }
}