]> gitweb.factorcode.org Git - factor.git/commit
vocabs.loader: fix vocab:path to use an existing path
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 6 Jan 2022 16:24:51 +0000 (10:24 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 6 Jan 2022 16:24:51 +0000 (10:24 -0600)
commitba2f27902f8eed848bac927d471915efc4e3e013
treedc9c55fa32f9eb4250e645b6b8c130d8becd854b
parent10da22ab30080f7136d18ec2f526588b753ad035
vocabs.loader: fix vocab:path to use an existing path

This particular path would have been found in core/ if it did
not exist in basis/ already.

Fixes bootstrap
core/io/pathnames/pathnames-tests.factor
core/vocabs/loader/loader.factor