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

db4
Slava Pestov 2009-04-16 23:15:01 -05:00
commit b91e8cbdaf
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
USING: accessors kernel math sorting words parser io summary
quotations sequences prettyprint continuations effects
definitions compiler.units namespaces assocs tools.walker
tools.time generic inspector fry ;
tools.time generic inspector fry tools.continuations ;
IN: tools.annotations
GENERIC: reset ( word -- )

View File

@ -26,10 +26,10 @@ SYMBOL: break-hook
\ break t "break?" set-word-prop
<PRIVATE
GENERIC: add-breakpoint ( quot -- quot' )
<PRIVATE
M: callable add-breakpoint
dup [ break ] head? [ \ break prefix ] unless ;

View File

@ -1,6 +1,6 @@
IN: ui.tools.walker
USING: help.markup help.syntax ui.commands ui.operations
ui.render tools.walker sequences ;
ui.render tools.walker sequences tools.continuations ;
ARTICLE: "ui-walker-step" "Stepping through code"
"If the current position points to a word, the various stepping commands behave as follows:"