weel 1.99.35 → 1.99.36
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/weel.rb +6 -2
- data/weel.gemspec +1 -1
- metadata +56 -56
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e2af90ba047268e2a5317dc15e26dffca388d683
|
4
|
+
data.tar.gz: 1f0bfae2da2dc2f4991b34805067f2c9b590419c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9143e9304fb52498936ffeb66792c449124b8274143cb0de61a8587a5bf26645f3f437d054c1d6124bf40d7c976fb8cbbdb05c460d4ac329ae9fe3c88024fe76
|
7
|
+
data.tar.gz: 4f78372a234a78035c9602cfc56b8e1447a3168008bccb9ada4a624c0a96f25cad13984a91c8c770a5eb2b7de642961cbe3aca6a985c45fb06a6c4ad5efca7d6
|
data/lib/weel.rb
CHANGED
@@ -501,13 +501,17 @@ class WEEL
|
|
501
501
|
end
|
502
502
|
return if self.__weel_state == :stopping || self.__weel_state == :stopped || Thread.current[:nolongernecessary]
|
503
503
|
if __weel_is_in_search_mode
|
504
|
-
|
504
|
+
catch :escape do
|
505
|
+
yield
|
506
|
+
end
|
505
507
|
return if __weel_is_in_search_mode
|
506
508
|
end
|
507
509
|
if __weel_sim
|
508
510
|
cond = condition[0].is_a?(Proc) ? true : condition[0]
|
509
511
|
hw, pos = __weel_sim_start(:loop,args.merge(:testing=>condition[1],:condition=>cond))
|
510
|
-
|
512
|
+
catch :escape do
|
513
|
+
yield
|
514
|
+
end
|
511
515
|
__weel_sim_stop(:loop,hw,pos,args.merge(:testing=>condition[1],:condition=>cond))
|
512
516
|
return
|
513
517
|
end
|
data/weel.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: weel
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.99.
|
4
|
+
version: 1.99.36
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Juergen eTM Mangler
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-09-
|
12
|
+
date: 2014-09-29 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: see http://cpee.org
|
15
15
|
email: juergen.mangler@gmail.com
|
@@ -18,52 +18,52 @@ extensions: []
|
|
18
18
|
extra_rdoc_files:
|
19
19
|
- README
|
20
20
|
files:
|
21
|
-
-
|
21
|
+
- example/SimpleHandlerWrapper.rb
|
22
|
+
- example/SimpleWorkflow.rb
|
23
|
+
- example/runme.rb
|
24
|
+
- lib/weel.rb
|
22
25
|
- COPYING
|
23
26
|
- Changelog
|
24
27
|
- FEATURES
|
25
28
|
- INSTALL
|
26
|
-
- README
|
27
29
|
- Rakefile
|
28
|
-
-
|
29
|
-
-
|
30
|
-
-
|
31
|
-
- lib/weel.rb
|
32
|
-
- test/ContinueTest.rb
|
33
|
-
- test/README
|
30
|
+
- weel.gemspec
|
31
|
+
- README
|
32
|
+
- AUTHORS
|
34
33
|
- test/SimHandlerWrapper.rb
|
35
|
-
- test/TestHandlerWrapper.rb
|
36
34
|
- test/TestMixin.rb
|
35
|
+
- test/TestHandlerWrapper.rb
|
36
|
+
- test/ContinueTest.rb
|
37
|
+
- test/README
|
37
38
|
- test/TestWorkflow.rb
|
38
|
-
- test/
|
39
|
+
- test/wfp_adv_branching/tc_threadsplit.rb
|
40
|
+
- test/wfp_adv_branching/tc_structured_discriminator.rb
|
41
|
+
- test/wfp_adv_branching/tc_multichoice_structuredsynchronizingmerge.rb
|
42
|
+
- test/wfp_adv_branching/tc_multimerge.rb
|
43
|
+
- test/wfp_adv_branching/tc_generalsynchronizingmerge.rb
|
44
|
+
- test/wfp_adv_branching/tc_localsynchronizingmerge.rb
|
45
|
+
- test/wfp_adv_branching/tc_generalizedjoin.rb
|
46
|
+
- test/wfp_adv_branching/tc_threadmerge.rb
|
47
|
+
- test/wfp_adv_branching/tc_structured_partial_join.rb
|
48
|
+
- test/wfp_iteration/tc_structuredloop.rb
|
39
49
|
- test/basic/tc_codereplace.rb
|
40
|
-
- test/basic/tc_data.rb
|
41
50
|
- test/basic/tc_endpoint.rb
|
42
51
|
- test/basic/tc_handler.rb
|
43
52
|
- test/basic/tc_parallel.rb
|
44
53
|
- test/basic/tc_search.rb
|
45
54
|
- test/basic/tc_state.rb
|
55
|
+
- test/basic/tc_choose.rb
|
56
|
+
- test/basic/tc_data.rb
|
46
57
|
- test/basic/tc_wf_control.rb
|
47
|
-
- test/complex/tc_generalsynchonizingmerge_loopsearch.rb
|
48
|
-
- test/complex/tc_parallel_stop.rb
|
49
|
-
- test/exec/tc_again.rb
|
50
58
|
- test/exec/tc_exec.rb
|
51
|
-
- test/
|
52
|
-
- test/wfp_adv_branching/tc_generalsynchronizingmerge.rb
|
53
|
-
- test/wfp_adv_branching/tc_localsynchronizingmerge.rb
|
54
|
-
- test/wfp_adv_branching/tc_multichoice_structuredsynchronizingmerge.rb
|
55
|
-
- test/wfp_adv_branching/tc_multimerge.rb
|
56
|
-
- test/wfp_adv_branching/tc_structured_discriminator.rb
|
57
|
-
- test/wfp_adv_branching/tc_structured_partial_join.rb
|
58
|
-
- test/wfp_adv_branching/tc_threadmerge.rb
|
59
|
-
- test/wfp_adv_branching/tc_threadsplit.rb
|
60
|
-
- test/wfp_basic/tc_exclusivechoice_simplemerge.rb
|
61
|
-
- test/wfp_basic/tc_parallelsplit_synchronization.rb
|
59
|
+
- test/exec/tc_again.rb
|
62
60
|
- test/wfp_basic/tc_sequence.rb
|
63
|
-
- test/
|
64
|
-
- test/
|
61
|
+
- test/wfp_basic/tc_parallelsplit_synchronization.rb
|
62
|
+
- test/wfp_basic/tc_exclusivechoice_simplemerge.rb
|
65
63
|
- test/wfp_state_based/tc_interleavedparallelrouting.rb
|
66
|
-
-
|
64
|
+
- test/wfp_state_based/tc_deferredchoice.rb
|
65
|
+
- test/complex/tc_generalsynchonizingmerge_loopsearch.rb
|
66
|
+
- test/complex/tc_parallel_stop.rb
|
67
67
|
homepage: http://cpee.org/
|
68
68
|
licenses:
|
69
69
|
- LGPL-3
|
@@ -84,42 +84,42 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
84
84
|
version: '0'
|
85
85
|
requirements: []
|
86
86
|
rubyforge_project:
|
87
|
-
rubygems_version: 2.
|
87
|
+
rubygems_version: 2.0.14
|
88
88
|
signing_key:
|
89
89
|
specification_version: 4
|
90
90
|
summary: Preliminary release of the Workflow Execution Engine Library (WEEL)
|
91
91
|
test_files:
|
92
|
-
- test/TestHandlerWrapper.rb
|
93
92
|
- test/SimHandlerWrapper.rb
|
94
|
-
- test/ContinueTest.rb
|
95
93
|
- test/TestMixin.rb
|
94
|
+
- test/TestHandlerWrapper.rb
|
95
|
+
- test/ContinueTest.rb
|
96
96
|
- test/README
|
97
97
|
- test/TestWorkflow.rb
|
98
|
-
- test/
|
99
|
-
- test/
|
100
|
-
- test/
|
101
|
-
- test/
|
102
|
-
- test/
|
103
|
-
- test/
|
104
|
-
- test/
|
105
|
-
- test/
|
98
|
+
- test/wfp_adv_branching/tc_threadsplit.rb
|
99
|
+
- test/wfp_adv_branching/tc_structured_discriminator.rb
|
100
|
+
- test/wfp_adv_branching/tc_multichoice_structuredsynchronizingmerge.rb
|
101
|
+
- test/wfp_adv_branching/tc_multimerge.rb
|
102
|
+
- test/wfp_adv_branching/tc_generalsynchronizingmerge.rb
|
103
|
+
- test/wfp_adv_branching/tc_localsynchronizingmerge.rb
|
104
|
+
- test/wfp_adv_branching/tc_generalizedjoin.rb
|
105
|
+
- test/wfp_adv_branching/tc_threadmerge.rb
|
106
|
+
- test/wfp_adv_branching/tc_structured_partial_join.rb
|
107
|
+
- test/wfp_iteration/tc_structuredloop.rb
|
106
108
|
- test/basic/tc_codereplace.rb
|
107
|
-
- test/basic/tc_state.rb
|
108
|
-
- test/basic/tc_wf_control.rb
|
109
|
-
- test/basic/tc_choose.rb
|
110
|
-
- test/basic/tc_search.rb
|
111
|
-
- test/basic/tc_handler.rb
|
112
109
|
- test/basic/tc_endpoint.rb
|
110
|
+
- test/basic/tc_handler.rb
|
113
111
|
- test/basic/tc_parallel.rb
|
114
|
-
- test/
|
112
|
+
- test/basic/tc_search.rb
|
113
|
+
- test/basic/tc_state.rb
|
114
|
+
- test/basic/tc_choose.rb
|
115
|
+
- test/basic/tc_data.rb
|
116
|
+
- test/basic/tc_wf_control.rb
|
115
117
|
- test/exec/tc_exec.rb
|
116
118
|
- test/exec/tc_again.rb
|
117
|
-
- test/
|
118
|
-
- test/
|
119
|
-
- test/
|
120
|
-
- test/
|
121
|
-
- test/
|
122
|
-
- test/
|
123
|
-
- test/
|
124
|
-
- test/wfp_adv_branching/tc_structured_discriminator.rb
|
125
|
-
- test/wfp_adv_branching/tc_multimerge.rb
|
119
|
+
- test/wfp_basic/tc_sequence.rb
|
120
|
+
- test/wfp_basic/tc_parallelsplit_synchronization.rb
|
121
|
+
- test/wfp_basic/tc_exclusivechoice_simplemerge.rb
|
122
|
+
- test/wfp_state_based/tc_interleavedparallelrouting.rb
|
123
|
+
- test/wfp_state_based/tc_deferredchoice.rb
|
124
|
+
- test/complex/tc_generalsynchonizingmerge_loopsearch.rb
|
125
|
+
- test/complex/tc_parallel_stop.rb
|