io.backend.unix.macosx: Trying to change instances of USE: to require if

the vocab must be loaded but no symbols are directly depended upon.
db4
Doug Coleman 2014-11-01 13:16:13 -07:00
parent 44e7c9b142
commit 4bab33bddb
1 changed files with 3 additions and 2 deletions

View File

@ -2,8 +2,7 @@
! See http://factorcode.org/license.txt for BSD license.
USING: init io.backend io.backend.unix
io.backend.unix.multiplexers io.backend.unix.multiplexers.kqueue
io.backend.unix.multiplexers.run-loop namespaces system ;
USE: io.files.unix ! need this for deploy
io.backend.unix.multiplexers.run-loop namespaces system vocabs ;
IN: io.backend.unix.macosx
SINGLETON: macosx-kqueue
@ -17,3 +16,5 @@ M: macosx init-io ( -- )
macosx set-io-backend
[ start-signal-pipe-thread ] "io.backend.unix:signal-pipe-thread" add-startup-hook
"io.files.unix" require ! for M: macosx (file-reader) for deploy and file reloading