vocabs.cache: root-cache get instead of get-global.
parent
e6ec73ed04
commit
a41bc69ce9
|
|
@ -7,7 +7,7 @@ IN: vocabs.cache
|
||||||
|
|
||||||
: reset-cache ( vocab -- )
|
: reset-cache ( vocab -- )
|
||||||
vocab-name
|
vocab-name
|
||||||
[ root-cache get-global delete-at ]
|
[ root-cache get delete-at ]
|
||||||
[
|
[
|
||||||
\ vocab-file-contents "memoize" word-prop swap
|
\ vocab-file-contents "memoize" word-prop swap
|
||||||
'[ drop first vocab-name _ = not ] assoc-filter! drop
|
'[ drop first vocab-name _ = not ] assoc-filter! drop
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue