public
Description: the [OpenWFEru] workflow and BPM engine (ruby)
Homepage: http://openwferu.rubyforge.org
Clone URL: git://github.com/jmettraux/ruote.git
one more metric
jmettraux (author)
Tue May 13 02:02:01 -0700 2008
commit  6f4dba4d88a369045d5e78ed5781bf5638de1ce3
tree    a4a76d0d20635fbe2e1157bc1b7cfccfcc90f426
parent  aa45f4935f5d69199cf9a7e683a4d455f4d1e5de
...
46
47
48
 
 
 
49
50
51
...
61
62
63
 
64
65
66
...
46
47
48
49
50
51
52
53
54
...
64
65
66
67
68
69
70
0
@@ -46,6 +46,9 @@ class FlowTestRecursion < Test::Unit::TestCase
0
     #
0
     # => :(
0
     #
0
+ # with substitution : stack grows to 515 exps
0
+ # without : stack grows to 615 exps
0
+ #
0
 
0
     #
0
     # chaining N steps
0
@@ -61,6 +64,7 @@ class FlowTestRecursion < Test::Unit::TestCase
0
                 sequence do
0
                     _print "stage#{i}"
0
                     set :f => 'outcome', :val => "step#{i+1}"
0
+ #_print "${r:fexp.get_expression_storage.size}" if i == N
0
                 end
0
             end
0
             define "step#{i}" do

Comments

    No one has commented yet.