Merge remote-tracking branch 'origin/master' into modern-harvey3

modern-harvey3-triple
Doug Coleman 2018-08-28 21:03:46 -05:00
commit 4b10899bc8
2 changed files with 3 additions and 6 deletions

View File

@ -123,6 +123,7 @@ H{
{ "@" id } { "@" id }
{ "#" Class } { "#" Class }
{ ":" SEL } { ":" SEL }
{ "(" c:void* }
} }
cell { cell {
{ 4 [ H{ { 4 [ H{

View File

@ -1,13 +1,9 @@
! Copyright (C) 2018 Doug Coleman. ! Copyright (C) 2018 Doug Coleman.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: kernel sequences tools.test vocabs zealot.factor ; USING: kernel sequences tools.test.private vocabs zealot.factor ;
IN: zealot.cli-test-changed-vocabs IN: zealot.cli-test-changed-vocabs
: zealot-test-changed-vocabs ( -- ) : zealot-test-changed-vocabs ( -- )
ci-vocabs-to-test [ ci-vocabs-to-test [ [ require ] [ test-vocab ] bi ] each ;
[ require ] each
] [
[ test ] each
] bi ;
MAIN: zealot-test-changed-vocabs MAIN: zealot-test-changed-vocabs