]> gitweb.factorcode.org Git - factor.git/commitdiff
compiler.tree.debugger: disable length limit when printing optimized. quotation
authorSlava Pestov <slava@factorcode.org>
Sat, 29 Oct 2011 23:24:28 +0000 (16:24 -0700)
committerSlava Pestov <slava@factorcode.org>
Sun, 30 Oct 2011 00:11:03 +0000 (17:11 -0700)
basis/compiler/tree/debugger/debugger.factor

index 06b5cc927c9b2403d3f4e18726e681277f7ca56d..0c2ae381f7070ea3205bc29373c39ec4aaad23e6 100644 (file)
@@ -2,8 +2,8 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: kernel assocs match fry accessors namespaces make effects
 sequences sequences.private quotations generic macros arrays
-prettyprint prettyprint.backend prettyprint.custom
-prettyprint.sections math words combinators
+prettyprint prettyprint.backend prettyprint.config
+prettyprint.custom prettyprint.sections math words combinators
 combinators.short-circuit io sorting hints sets
 compiler.tree
 compiler.tree.recursive
@@ -141,7 +141,9 @@ GENERIC: optimized. ( quot/word -- )
 
 M: word optimized. specialized-def optimized. ;
 
-M: callable optimized. build-tree optimize-tree nodes>quot . ;
+M: callable optimized.
+    build-tree optimize-tree nodes>quot
+    [ length-limit off . ] with-scope ;
 
 SYMBOL: words-called
 SYMBOL: generics-called