classes.struct: fix some bugs in binary-zero?, add unit tests

db4
Joe Groff 2010-06-10 16:49:59 -07:00 committed by Doug Coleman
parent 9a47e0004c
commit 6e9235b54b
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ system tools.test parser lexer eval layouts generic.single classes
vocabs ;
FROM: math => float ;
FROM: specialized-arrays.private => specialized-array-vocab ;
FROM: classes.struct.private => binary-zero? ;
QUALIFIED-WITH: alien.c-types c
SPECIALIZED-ARRAY: char
SPECIALIZED-ARRAY: int
@ -474,4 +475,3 @@ CONSULT: struct-test-delegate struct-test-delegator del>> ;
7 >>a
8 >>b
] unit-test

View File

@ -11,6 +11,7 @@ namespaces assocs vocabs.parser math.functions
classes.struct.bit-accessors bit-arrays
stack-checker.dependencies system layouts ;
FROM: delegate.private => group-words slot-group-words ;
FROM: math => float ;
QUALIFIED: math
IN: classes.struct