Hello!
 
Being on the top of the master branch, when I try to reload all vocabs (F2) I get the following long error:
 
```
resource:basis/compiler/cfg/cfg.factor
 
3: USING: accessors compiler.cfg.stack-frame kernel layouts math
                                            ^
resource:basis/compiler/cfg/stack-frame/stack-frame-docs.factor
 
1: USING: compiler.cfg.instructions cpu.x86 help.markup help.syntax layouts math ;
                                   ^
resource:basis/compiler/cfg/instructions/instructions-docs.factor
 
1: USING: alien arrays assocs byte-arrays classes combinators
2: compiler.cfg compiler.cfg.builder compiler.cfg.intrinsics.fixnum
                                    ^
resource:basis/compiler/cfg/builder/builder.factor
 
3: USING: accessors arrays assocs combinators compiler.cfg
4: compiler.cfg.builder.blocks compiler.cfg.comparisons compiler.cfg.hats
                              ^
resource:basis/compiler/cfg/builder/blocks/blocks.factor
 
3: USING: accessors arrays compiler.cfg compiler.cfg.instructions
4: compiler.cfg.registers compiler.cfg.stacks.local
                                                   ^
resource:basis/compiler/cfg/stacks/local/local.factor
 
3: USING: accessors arrays assocs combinators compiler.cfg.instructions
5: make math math.order namespaces sequences sets ;
                                                 ^
Generic word scrub-d<< does not define a method for the gc-map class.
Dispatching on object: T{ gc-map f f f }
```
 
Can someone tell me what's the latest commit where the reload command works?
 
---=====---
Александр
 
------------------------------------------------------------------------------
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to