Broken for me also, but I get another error:

Loading vocab:bootstrap/bootstrap-error.factor
[
    [ ~quotation~ dip dip ] dip ->
    [ in>> length ] [ out>> length ] [ ] tri
    [ check-datastack ] dip [ wrong-values ] curry unless
]
[ swap [ call ] dip -> ]
[ swap >c call -> c> drop ]
[
    millis default-image-name "output-image" set-global
    "math compiler threads help io tools ui ui.tools unicode handbook"
    "include" set-global "" "exclude" set-global
    strip-encodings (command-line) parse-command-line os wince?
    [ "windows.ce" require ] when os winnt?
    [ "windows.nt" require ] when
    "staging" get "deploy-vocab" get or
    [ "stage2: deployment mode" print ] [
        "debugger" require "inspector" require
        "tools.errors" require "listener" require
        "none" require
    ] if load-components -> millis over -
    core-bootstrap-time set-global
    run-bootstrap-init f error set-global
    f error-continuation set-global millis swap -
    bootstrap-time set-global print-report "deploy-vocab" get
    [ "tools.deploy.shaker" run ] [
        "staging" get ~quotation~ ~quotation~ if
        "output-image" get save-image-and-exit
    ] if
]
[ iterate-step -> iterate-next (each-integer) ]
[ -roll [ call ] 3dip -> ]
[ load-vocab -> drop ]
[
    [ ~quotation~ dip dip ] dip ->
    [ in>> length ] [ out>> length ] [ ] tri
    [ check-datastack ] dip [ wrong-values ] curry unless
]
[ swap [ call ] dip -> ]
[ swap >c call -> c> drop ]
[
    dup source-loaded?>> [ dup load-source ] unless
    -> dup docs-loaded?>> [ dup load-docs ] unless
]
[ [ compose ~quotation~ curry recover ] [ drop ] 2bi -> call ]
[ [ 2keep ] dip -> call ]
[ -rot [ call ] 2dip -> ]
[ swap >c call -> c> drop ]
[
    +parsing+ >>source-loaded? dup vocab-source-path
    [ parse-file ] [ ~quotation~ ] if*
    [ +parsing+ >>source-loaded? ] dip
    [ % ] [ (( -- )) call-effect ] if-bootstrapping
    -> +done+ >>source-loaded? drop
]
[
    [ ~quotation~ dip dip ] dip ->
    [ in>> length ] [ out>> length ] [ ] tri
    [ check-datastack ] dip [ wrong-values ] curry unless
]
[ swap [ call ] dip -> ]
[
    nl "Compiling..." write flush {
        not
        ?
        2over
        roll
        -roll
        array?
        hashtable?
        vector?
        tuple?
        sbuf?
        tombstone?
        curry?
        compose?
        callable?
        quotation?
        curry
        compose
        uncurry
        array-nth
        set-array-nth
        length>>
        wrap
        probe
        namestack*
        layout-of
    } compile-unoptimized "." write flush
    { bitand bitor bitxor bitnot } compile-unoptimized
    "." write flush
    { + 2/ < <= > >= shift } compile-unoptimized "." write
    flush
    { new-sequence nth push pop last flip } compile-unoptimized
    "." write flush
    { hashcode* = equal? assoc-stack (assoc-stack) get set }
    compile-unoptimized "." write flush {
        memq?
        split
        harvest
        sift
        cut
        cut-slice
        start
        index
        clone
        set-at
        reverse
        push-all
        class
        number>string
        string>number
        like
        clone-like
    } compile-unoptimized "." write flush {
        lines
        prefix
        suffix
        unclip
        new-assoc
        update
        word-prop
        set-word-prop
        1array
        2array
        3array
        ?nth
    } compile-unoptimized "." write flush
    { malloc calloc free memcpy } compile-unoptimized "." write
    flush vocabs
    [ words compile-unoptimized "." write flush ] each
    -> " done" print flush
]
[ iterate-step -> iterate-next (each-integer) ]
[ -roll [ call ] 3dip -> ]
[ words compile-unoptimized -> "." write flush ]
compile
M\ optimizing-compiler recompile
compile-loop
compile-word
frontend
optimize-tree
each-node
each-node
each-node
each-node
each-node
each-node
each-node
each-node
each-node
each-node
each-node
each-node
each-node
node-def-use
M\ object node-uses-values
[
    63 getenv error-thread set-global
    continuation -> error-continuation set-global rethrow
]
Generic word node-uses-values does not define a method for the vector class.
Dispatching on object: V{ ~#shuffle~ }


Max
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to