tools.deploy.shaker: fix load error
parent
e929d906ce
commit
0d939f731a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue