Merge branch 'master' of git://factorcode.org/git/factor

db4
Slava Pestov 2008-02-18 05:13:02 -06:00
commit e1336e3da2
2 changed files with 2 additions and 2 deletions

View File

@ -174,7 +174,7 @@ M: hook-generic synopsis*
dup definer.
dup seeing-word
dup pprint-word
dup "combination" word-prop hook-combination-var pprint-word
dup "combination" word-prop hook-combination-var pprint*
stack-effect. ;
M: method-spec synopsis*

View File

@ -6,7 +6,7 @@ continuations debugger ;
IN: benchmark
: run-benchmark ( vocab -- result )
[ [ run ] benchmark ] [ error. drop f f ] recover 2array ;
[ dup require [ run ] benchmark ] [ error. drop f f ] recover 2array ;
: run-benchmarks ( -- assoc )
"benchmark" all-child-vocabs values concat [ vocab-name ] map