vocabs.loader: simplify.
parent
41ed793756
commit
fa57d3e85d
|
@ -102,11 +102,9 @@ require-when-table [ V{ } clone ] initialize
|
||||||
load-help? get [
|
load-help? get [
|
||||||
[
|
[
|
||||||
+parsing+ >>docs-loaded?
|
+parsing+ >>docs-loaded?
|
||||||
[
|
dup vocab-name ".private" tail? [
|
||||||
dup vocab-name ".private" tail? [ drop ] [
|
dup vocab-docs-path [ ?run-file ] when*
|
||||||
vocab-docs-path [ ?run-file ] when*
|
] unless
|
||||||
] if
|
|
||||||
] keep
|
|
||||||
+done+ >>docs-loaded?
|
+done+ >>docs-loaded?
|
||||||
] [ ] [ f >>docs-loaded? ] cleanup
|
] [ ] [ f >>docs-loaded? ] cleanup
|
||||||
] when drop ;
|
] when drop ;
|
||||||
|
|
Loading…
Reference in New Issue