vocabs.hierarchy: load word now tries to load the vocab named by the prefix itself
parent
370f4c081d
commit
b4f97dc632
|
@ -107,8 +107,9 @@ MEMO: all-vocabs-recursive ( -- assoc )
|
||||||
PRIVATE>
|
PRIVATE>
|
||||||
|
|
||||||
: (load) ( prefix -- failures )
|
: (load) ( prefix -- failures )
|
||||||
child-vocabs-recursive no-roots no-prefixes
|
[ child-vocabs-recursive no-roots no-prefixes ]
|
||||||
filter-unportable
|
[ dup find-vocab-root [ >vocab-link ] [ drop f ] if ] bi
|
||||||
|
prefix filter-unportable
|
||||||
require-all ;
|
require-all ;
|
||||||
|
|
||||||
: load ( prefix -- )
|
: load ( prefix -- )
|
||||||
|
|
Loading…
Reference in New Issue