move IN: around
parent
9a9be2405b
commit
2d8d92a9d3
|
@ -1,6 +1,6 @@
|
||||||
IN: multi-methods.tests
|
|
||||||
USING: multi-methods tools.test math sequences namespaces system
|
USING: multi-methods tools.test math sequences namespaces system
|
||||||
kernel strings ;
|
kernel strings ;
|
||||||
|
IN: multi-methods.tests
|
||||||
|
|
||||||
[ { POSTPONE: f integer } ] [ { f integer } canonicalize-specializer-0 ] unit-test
|
[ { POSTPONE: f integer } ] [ { f integer } canonicalize-specializer-0 ] unit-test
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
IN: multi-methods.tests
|
|
||||||
USING: multi-methods tools.test math sequences namespaces system
|
USING: multi-methods tools.test math sequences namespaces system
|
||||||
kernel strings words compiler.units quotations ;
|
kernel strings words compiler.units quotations ;
|
||||||
|
IN: multi-methods.tests
|
||||||
|
|
||||||
DEFER: fake
|
DEFER: fake
|
||||||
\ fake H{ } clone "multi-methods" set-word-prop
|
\ fake H{ } clone "multi-methods" set-word-prop
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
IN: multi-methods.tests
|
|
||||||
USING: math strings sequences tools.test ;
|
USING: math strings sequences tools.test ;
|
||||||
|
IN: multi-methods.tests
|
||||||
|
|
||||||
GENERIC: legacy-test ( a -- b )
|
GENERIC: legacy-test ( a -- b )
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
IN: multi-methods.tests
|
|
||||||
USING: multi-methods tools.test math sequences namespaces system
|
USING: multi-methods tools.test math sequences namespaces system
|
||||||
kernel strings definitions prettyprint debugger arrays
|
kernel strings definitions prettyprint debugger arrays
|
||||||
hashtables continuations classes assocs accessors see ;
|
hashtables continuations classes assocs accessors see ;
|
||||||
RENAME: GENERIC: multi-methods => multi-methods:GENERIC:
|
RENAME: GENERIC: multi-methods => multi-methods:GENERIC:
|
||||||
|
IN: multi-methods.tests
|
||||||
|
|
||||||
multi-methods:GENERIC: first-test ( -- )
|
multi-methods:GENERIC: first-test ( -- )
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue