From e54ee276c332f4e68b0c49484693dfd8449fa13f Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Tue, 29 Mar 2016 12:33:30 -0700 Subject: [PATCH] tools.deploy.shaker: Fix load error. images.png: fix load error. --- basis/tools/deploy/shaker/shaker.factor | 3 ++- extra/images/png/png.factor | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/basis/tools/deploy/shaker/shaker.factor b/basis/tools/deploy/shaker/shaker.factor index 995ff1065a..6fa44bbec5 100755 --- a/basis/tools/deploy/shaker/shaker.factor +++ b/basis/tools/deploy/shaker/shaker.factor @@ -7,10 +7,11 @@ vocabs sequences sequences.deep sequences.private words memory kernel.private continuations io vocabs.loader system strings sets vectors quotations byte-arrays sorting compiler.units definitions generic generic.standard generic.single +compiler.crossref compiler.errors source-files.errors tools.deploy.config combinators combinators.private classes vocabs.loader.private classes.builtin slots.private grouping command-line io.pathnames memoize namespaces.private -hashtables locals ; +hashtables locals source-files ; QUALIFIED: classes.private IN: tools.deploy.shaker diff --git a/extra/images/png/png.factor b/extra/images/png/png.factor index d6cc3d672a..3f53e1fce4 100644 --- a/extra/images/png/png.factor +++ b/extra/images/png/png.factor @@ -6,6 +6,7 @@ images images.loader io io.binary io.encodings.ascii io.encodings.binary io.encodings.string io.streams.byte-array io.streams.throwing kernel locals math math.bitwise math.functions math.order math.ranges sequences sorting ; +QUALIFIED: bitstreams IN: images.png SINGLETON: png-image