remove more bad words from random-tester
parent
f16e80b678
commit
fe0c2f6ca2
|
@ -81,14 +81,16 @@ SYMBOL: wordbank
|
||||||
gensym random-int counter <byte-array>
|
gensym random-int counter <byte-array>
|
||||||
<word> <client-stream> <server> <client>
|
<word> <client-stream> <server> <client>
|
||||||
<duplex-stream>
|
<duplex-stream>
|
||||||
<file-writer> <file-reader>
|
<file-writer> <file-reader> <file-r/w>
|
||||||
init-namespaces unxref-word set-global
|
init-namespaces unxref-word set-global set off on
|
||||||
|
nest
|
||||||
set-restart-obj
|
set-restart-obj
|
||||||
+@ inc dec
|
+@ inc dec
|
||||||
|
|
||||||
! 0.0 5000000 condition
|
! 0.0 5000000 condition
|
||||||
condition
|
condition
|
||||||
|
|
||||||
|
changed-words
|
||||||
callstack namespace namestack global vocabularies
|
callstack namespace namestack global vocabularies
|
||||||
|
|
||||||
file. (file.) path+ parent-dir
|
file. (file.) path+ parent-dir
|
||||||
|
@ -98,7 +100,7 @@ SYMBOL: wordbank
|
||||||
}
|
}
|
||||||
{ "arrays" "errors" "generic" "graphs" "hashtables" "io"
|
{ "arrays" "errors" "generic" "graphs" "hashtables" "io"
|
||||||
"kernel" "math" "namespaces"
|
"kernel" "math" "namespaces"
|
||||||
"queues" "strings" "sequences" "words" "vectors" "words" }
|
"queues" "strings" "sequences" "vectors" "words" }
|
||||||
[ words ] map concat diff ;
|
[ words ] map concat diff ;
|
||||||
|
|
||||||
w1 wordbank set-global
|
w1 wordbank set-global
|
||||||
|
|
Loading…
Reference in New Issue