From 0d939f731a9377cb862dad4484084fda42d9c345 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Mon, 1 Feb 2010 06:02:09 +1300 Subject: [PATCH] tools.deploy.shaker: fix load error --- basis/tools/deploy/shaker/shaker.factor | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/basis/tools/deploy/shaker/shaker.factor b/basis/tools/deploy/shaker/shaker.factor index dfb5b7fa30..19d3a2cbb9 100755 --- a/basis/tools/deploy/shaker/shaker.factor +++ b/basis/tools/deploy/shaker/shaker.factor @@ -9,6 +9,7 @@ compiler.units definitions generic generic.standard generic.single tools.deploy.config combinators classes classes.builtin slots.private grouping command-line ; QUALIFIED: bootstrap.stage2 +QUALIFIED: classes.private QUALIFIED: compiler.crossref QUALIFIED: compiler.errors QUALIFIED: continuations @@ -332,14 +333,14 @@ IN: tools.deploy.shaker { gensym name>char-hook - next-method-quot-cache - class-and-cache - class-not-cache - class-or-cache - class<=-cache - classes-intersect-cache - implementors-map - update-map + classes.private:next-method-quot-cache + classes.private:class-and-cache + classes.private:class-not-cache + classes.private:class-or-cache + classes.private:class<=-cache + classes.private:classes-intersect-cache + classes.private:implementors-map + classes.private:update-map main-vocab-hook compiler.crossref:compiled-crossref compiler.crossref:compiled-generic-crossref