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 }
{ "#" Class }
{ ":" SEL }
{ "(" c:void* }
}
cell {
{ 4 [ H{

View File

@ -1,13 +1,9 @@
! Copyright (C) 2018 Doug Coleman.
! 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
: zealot-test-changed-vocabs ( -- )
ci-vocabs-to-test [
[ require ] each
] [
[ test ] each
] bi ;
ci-vocabs-to-test [ [ require ] [ test-vocab ] bi ] each ;
MAIN: zealot-test-changed-vocabs