YAML: cleanup USING:
parent
18c88d9905
commit
11d6c820b0
|
@ -1,6 +1,7 @@
|
|||
! Copyright (C) 2014 Jon Harper.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: kernel literals sequences tools.test yaml.ffi yaml.conversion ;
|
||||
USING: kernel literals sequences tools.test yaml.conversion
|
||||
yaml.ffi ;
|
||||
IN: yaml.conversion.tests
|
||||
|
||||
: resolve-test ( res str -- ) [ resolve-plain-scalar ] curry unit-test ;
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
! Copyright (C) 2014 Jon Harper.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors base64 byte-arrays combinators
|
||||
combinators.extras kernel locals math math.parser regexp
|
||||
sequences strings yaml.ffi ;
|
||||
combinators.extras kernel math math.parser regexp sequences
|
||||
strings yaml.ffi ;
|
||||
IN: yaml.conversion
|
||||
|
||||
! !!!!!!!!!!!!!!
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
! Copyright (C) 2014 Jon Harper.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: arrays assocs help.markup help.syntax kernel sequences
|
||||
strings ;
|
||||
USING: arrays help.markup help.syntax kernel sequences strings ;
|
||||
IN: yaml
|
||||
|
||||
HELP: >yaml
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
! Copyright (C) 2013 Jon Harper.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors alien.c-types alien.data alien.syntax assocs
|
||||
base64 byte-arrays classes.struct combinators continuations
|
||||
destructors io.encodings.string io.encodings.utf8 kernel libc
|
||||
locals make math math.parser namespaces prettyprint sequences
|
||||
strings yaml.ffi yaml.conversion ;
|
||||
FROM: math => float ;
|
||||
USING: accessors alien.data assocs byte-arrays classes.struct
|
||||
combinators destructors io.encodings.string io.encodings.utf8
|
||||
kernel libc locals make namespaces sequences strings yaml.ffi
|
||||
yaml.conversion ;
|
||||
IN: yaml
|
||||
|
||||
<PRIVATE
|
||||
|
|
Loading…
Reference in New Issue