YAML: cleanup USING:

db4
Jon Harper 2014-03-09 21:14:45 +01:00 committed by John Benediktsson
parent 18c88d9905
commit 11d6c820b0
4 changed files with 9 additions and 11 deletions

View File

@ -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 ;

View File

@ -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
! !!!!!!!!!!!!!!

View File

@ -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

View File

@ -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