io.directories: The only truly cross-platform binary is Factor.

master
Doug Coleman 2020-04-12 13:13:45 -05:00
parent 899c388ca7
commit 1870c11c0b
1 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,7 @@
USING: destructors io io.directories io.directories.hierarchy USING: arrays destructors io io.directories
io.encodings.ascii io.encodings.utf8 io.files io.files.info io.directories.hierarchy io.encodings.ascii io.encodings.utf8
io.launcher io.pathnames kernel sequences tools.test ; io.files io.files.info io.launcher io.pathnames kernel sequences
system tools.test ;
{ { "kernel" } } [ { { "kernel" } } [
"core" resource-path [ "core" resource-path [
@ -161,7 +162,7 @@ io.launcher io.pathnames kernel sequences tools.test ;
! Issue #890 ! Issue #890
{ } [ { } [
"foo" [ make-directories ] keep "foo" [ make-directories ] keep
[ "echo hi" try-output-process ] with-directory [ vm-path "-help" 2array try-output-process ] with-directory
] unit-test ] unit-test
{ t } [ { t } [