Fix even more usings
parent
7c705c4db4
commit
a0eb60906d
|
@ -1,6 +1,5 @@
|
|||
USING: accessors alien.c-types strings help.markup help.syntax
|
||||
alien.syntax sequences io arrays kernel words assocs namespaces
|
||||
accessors ;
|
||||
USING: alien.c-types strings help.markup help.syntax alien.syntax
|
||||
sequences io arrays kernel words assocs namespaces ;
|
||||
IN: alien.structs
|
||||
|
||||
ARTICLE: "c-structs" "C structure types"
|
||||
|
|
|
@ -1,15 +1,14 @@
|
|||
! Copyright (C) 2004, 2009 Slava Pestov.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: alien arrays byte-arrays generic hashtables
|
||||
hashtables.private io io.binary io.files io.encodings.binary
|
||||
io.pathnames kernel kernel.private math namespaces make parser
|
||||
prettyprint sequences sequences.private strings sbufs vectors words
|
||||
quotations assocs system layouts splitting grouping growable classes
|
||||
classes.builtin classes.tuple classes.tuple.private vocabs
|
||||
vocabs.loader source-files definitions debugger quotations.private
|
||||
sequences.private combinators math.order math.private accessors
|
||||
slots.private generic.single.private compiler.units compiler.constants
|
||||
fry bootstrap.image.syntax ;
|
||||
USING: alien arrays byte-arrays generic hashtables hashtables.private
|
||||
io io.binary io.files io.encodings.binary io.pathnames kernel
|
||||
kernel.private math namespaces make parser prettyprint sequences
|
||||
strings sbufs vectors words quotations assocs system layouts splitting
|
||||
grouping growable classes classes.builtin classes.tuple
|
||||
classes.tuple.private vocabs vocabs.loader source-files definitions
|
||||
debugger quotations.private combinators math.order math.private
|
||||
accessors slots.private generic.single.private compiler.units
|
||||
compiler.constants fry bootstrap.image.syntax ;
|
||||
IN: bootstrap.image
|
||||
|
||||
: arch ( os cpu -- arch )
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors alien alien.c-types alien.strings arrays assocs
|
||||
continuations combinators compiler compiler.alien stack-checker kernel
|
||||
math namespaces make parser quotations sequences strings words
|
||||
math namespaces make quotations sequences strings words
|
||||
cocoa.runtime io macros memoize io.encodings.utf8 effects libc
|
||||
libc.private parser lexer init core-foundation fry generalizations
|
||||
libc.private lexer init core-foundation fry generalizations
|
||||
specialized-arrays.direct.alien ;
|
||||
IN: cocoa.messages
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
! Copyright (C) 2008 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: alien.c-types alien.syntax core-foundation.numbers kernel math
|
||||
sequences core-foundation.numbers ;
|
||||
USING: alien.c-types alien.syntax kernel math sequences ;
|
||||
IN: core-foundation.data
|
||||
|
||||
TYPEDEF: void* CFDataRef
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
! Copyright (C) 2004, 2008 Slava Pestov, Ivan Tikhonov.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: alien alien.c-types alien.strings generic kernel math threads
|
||||
sequences byte-arrays io.ports io.binary io.backend.unix
|
||||
io.streams.duplex io.backend io.ports io.pathnames io.files.private
|
||||
io.encodings.utf8 math.parser continuations libc combinators system
|
||||
accessors destructors unix locals init ;
|
||||
sequences byte-arrays io.binary io.backend.unix io.streams.duplex
|
||||
io.backend io.pathnames io.files.private io.encodings.utf8 math.parser
|
||||
continuations libc combinators system accessors destructors unix
|
||||
locals init ;
|
||||
|
||||
EXCLUDE: namespaces => bind ;
|
||||
EXCLUDE: io => read write ;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
USING: kernel sequences strings fry namespaces make math assocs
|
||||
io vectors arrays math.parser math.order combinators
|
||||
classes sets unicode.categories compiler.units parser words
|
||||
quotations effects memoize accessors locals effects splitting
|
||||
quotations memoize accessors locals splitting
|
||||
combinators.short-circuit generalizations ;
|
||||
IN: peg
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
! Copyright (C) 2005, 2008 Slava Pestov.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: kernel sequences vectors arrays generic assocs io math
|
||||
namespaces parser prettyprint strings io.styles vectors words
|
||||
USING: kernel sequences arrays generic assocs io math
|
||||
namespaces parser prettyprint strings io.styles words
|
||||
system sorting splitting grouping math.parser classes memory
|
||||
combinators fry ;
|
||||
IN: tools.memory
|
||||
|
|
|
@ -73,7 +73,7 @@ M: array draw-text
|
|||
] with each
|
||||
] do-matrix ;
|
||||
|
||||
USING: vocabs.loader namespaces system combinators ;
|
||||
USING: vocabs.loader system combinators ;
|
||||
|
||||
{
|
||||
{ [ os macosx? ] [ "core-text" ] }
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
! Copyright (C) 2006, 2009 Slava Pestov.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors arrays hashtables io kernel math models
|
||||
colors.constants namespaces sequences words continuations
|
||||
debugger prettyprint help editors fonts ui ui.commands ui.gestures
|
||||
ui.gadgets ui.pens.solid ui.gadgets.worlds ui.gadgets.packs
|
||||
ui.gadgets.buttons ui.gadgets.labels ui.gadgets.panes
|
||||
ui.gadgets.presentations ui.gadgets.viewports ui.gadgets.tables
|
||||
ui.gadgets.tracks ui.gadgets.scrollers ui.gadgets.panes
|
||||
colors.constants namespaces sequences words continuations debugger
|
||||
prettyprint help editors fonts ui ui.commands ui.gestures ui.gadgets
|
||||
ui.pens.solid ui.gadgets.worlds ui.gadgets.packs ui.gadgets.buttons
|
||||
ui.gadgets.labels ui.gadgets.presentations ui.gadgets.viewports
|
||||
ui.gadgets.tables ui.gadgets.tracks ui.gadgets.scrollers
|
||||
ui.gadgets.borders ui.gadgets.status-bar ui.tools.traceback
|
||||
ui.tools.inspector ui.tools.browser ui.debugger ;
|
||||
IN: ui.tools.debugger
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: combinators.short-circuit assocs math kernel sequences
|
||||
io.files hashtables quotations splitting grouping arrays io
|
||||
math.parser hash2 math.order byte-arrays words namespaces words
|
||||
math.parser hash2 math.order byte-arrays namespaces
|
||||
compiler.units parser io.encodings.ascii values interval-maps
|
||||
ascii sets combinators locals math.ranges sorting make
|
||||
strings.parser io.encodings.utf8 memoize simple-flat-file ;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
USING: kernel alien.c-types alien.strings sequences math alien.syntax unix
|
||||
vectors namespaces continuations threads assocs vectors
|
||||
io.backend.unix io.encodings.utf8 unix.utilities fry ;
|
||||
USING: kernel alien.c-types alien.strings sequences math alien.syntax
|
||||
unix namespaces continuations threads assocs io.backend.unix
|
||||
io.encodings.utf8 unix.utilities fry ;
|
||||
IN: unix.process
|
||||
|
||||
! Low-level Unix process launching utilities. These are used
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
USING: help.markup help.syntax kernel kernel.private
|
||||
namespaces sequences words arrays layouts effects math
|
||||
layouts classes.private classes.union classes.mixin
|
||||
namespaces sequences words arrays effects math
|
||||
classes.private classes.union classes.mixin
|
||||
classes.predicate quotations ;
|
||||
IN: classes
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
USING: generic help.markup help.syntax kernel kernel.private
|
||||
namespaces sequences words arrays layouts help effects math
|
||||
namespaces sequences words arrays help effects math
|
||||
layouts classes.private classes compiler.units ;
|
||||
IN: classes.intersection
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
USING: generic help.markup help.syntax kernel kernel.private
|
||||
namespaces sequences words arrays layouts help effects math
|
||||
layouts classes.private classes compiler.units ;
|
||||
namespaces sequences words arrays help effects math
|
||||
classes.private classes compiler.units ;
|
||||
IN: classes.union
|
||||
|
||||
ARTICLE: "unions" "Union classes"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
USING: help.markup help.syntax generic kernel.private parser words
|
||||
kernel quotations namespaces sequences words arrays effects
|
||||
USING: help.markup help.syntax generic kernel.private parser
|
||||
kernel quotations namespaces sequences arrays effects
|
||||
generic.standard classes.builtin slots.private classes strings math
|
||||
assocs byte-arrays alien classes.tuple ;
|
||||
IN: slots
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
USING: generic help.syntax help.markup kernel math parser words
|
||||
effects classes generic.standard classes.tuple generic.math
|
||||
generic.standard generic.single arrays io.pathnames vocabs.loader io
|
||||
sequences assocs words.symbol words.alias words.constant combinators
|
||||
vocabs.parser ;
|
||||
effects classes classes.tuple generic.math generic.single arrays
|
||||
io.pathnames vocabs.loader io sequences assocs words.symbol
|
||||
words.alias words.constant combinators vocabs.parser ;
|
||||
IN: syntax
|
||||
|
||||
ARTICLE: "parser-algorithm" "Parser algorithm"
|
||||
|
|
Loading…
Reference in New Issue