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
parent
44e7c9b142
commit
4bab33bddb
|
@ -2,8 +2,7 @@
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: init io.backend io.backend.unix
|
USING: init io.backend io.backend.unix
|
||||||
io.backend.unix.multiplexers io.backend.unix.multiplexers.kqueue
|
io.backend.unix.multiplexers io.backend.unix.multiplexers.kqueue
|
||||||
io.backend.unix.multiplexers.run-loop namespaces system ;
|
io.backend.unix.multiplexers.run-loop namespaces system vocabs ;
|
||||||
USE: io.files.unix ! need this for deploy
|
|
||||||
IN: io.backend.unix.macosx
|
IN: io.backend.unix.macosx
|
||||||
|
|
||||||
SINGLETON: macosx-kqueue
|
SINGLETON: macosx-kqueue
|
||||||
|
@ -17,3 +16,5 @@ M: macosx init-io ( -- )
|
||||||
macosx set-io-backend
|
macosx set-io-backend
|
||||||
|
|
||||||
[ start-signal-pipe-thread ] "io.backend.unix:signal-pipe-thread" add-startup-hook
|
[ 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
|
Loading…
Reference in New Issue