]> gitweb.factorcode.org Git - factor.git/commitdiff
tools.deploy.shaker: Fix load error.
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 29 Mar 2016 19:33:30 +0000 (12:33 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Tue, 29 Mar 2016 19:33:30 +0000 (12:33 -0700)
images.png: fix load error.

basis/tools/deploy/shaker/shaker.factor
extra/images/png/png.factor

index 995ff1065a1c7ab3cb93d2fa30a577a70e17ab54..6fa44bbec5a48855c5e9c5f3516682a91eab4f3e 100755 (executable)
@@ -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
 
index d6cc3d672a2c486a54dc5fde420b62d9c12b8b14..3f53e1fce4d2cad91f805a4092db9f4dc93179e8 100644 (file)
@@ -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