generic, words: update unit tests for deopt data structure change
parent
da041a0175
commit
a361e68f30
|
@ -3,7 +3,8 @@ classes.tuple classes.union compiler.units continuations
|
||||||
definitions eval generic generic.math generic.standard
|
definitions eval generic generic.math generic.standard
|
||||||
hashtables io io.streams.string kernel layouts math math.order
|
hashtables io io.streams.string kernel layouts math math.order
|
||||||
namespaces parser prettyprint quotations sequences sorting
|
namespaces parser prettyprint quotations sequences sorting
|
||||||
strings tools.test vectors words generic.single ;
|
strings tools.test vectors words generic.single
|
||||||
|
compiler.crossref ;
|
||||||
IN: generic.tests
|
IN: generic.tests
|
||||||
|
|
||||||
GENERIC: foobar ( x -- y )
|
GENERIC: foobar ( x -- y )
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
USING: arrays generic assocs kernel math namespaces
|
USING: arrays generic assocs kernel math namespaces
|
||||||
sequences tools.test words definitions parser quotations
|
sequences tools.test words definitions parser quotations
|
||||||
vocabs continuations classes.tuple compiler.units
|
vocabs continuations classes.tuple compiler.units
|
||||||
io.streams.string accessors eval words.symbol ;
|
io.streams.string accessors eval words.symbol grouping ;
|
||||||
IN: words.tests
|
IN: words.tests
|
||||||
|
|
||||||
[ 4 ] [
|
[ 4 ] [
|
||||||
|
@ -121,7 +121,7 @@ DEFER: x
|
||||||
[ { } ]
|
[ { } ]
|
||||||
[
|
[
|
||||||
all-words [
|
all-words [
|
||||||
"compiled-uses" word-prop
|
"compiled-uses" word-prop 2 <groups>
|
||||||
keys [ "forgotten" word-prop ] filter
|
keys [ "forgotten" word-prop ] filter
|
||||||
] map harvest
|
] map harvest
|
||||||
] unit-test
|
] unit-test
|
||||||
|
|
Loading…
Reference in New Issue