weel 1.99.12 → 1.99.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/weel.rb +8 -1
  2. data/weel.gemspec +1 -1
  3. metadata +2 -2
@@ -401,7 +401,14 @@ class WEEL
401
401
  handlerwrapper.simulate(:parallel_branch,:start,Thread.current[:branch_sim_pos],current_branch_sim_pos)
402
402
  end
403
403
 
404
- yield(*local)
404
+ begin
405
+ yield(*local)
406
+ rescue => err
407
+ self.__weel_state = :stopping
408
+ handlerwrapper = @__weel_handlerwrapper.new @__weel_handlerwrapper_args
409
+ handlerwrapper.inform_syntax_error(err,nil)
410
+ Thread.pass
411
+ end
405
412
 
406
413
  __weel_sim_stop(:parallel_branch,handlerwrapper,current_branch_sim_pos) if __weel_sim
407
414
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "weel"
3
- s.version = "1.99.12"
3
+ s.version = "1.99.13"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.license = "LGPL-3"
6
6
  s.summary = "Preliminary release of the Workflow Execution Engine Library (WEEL)"
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.12
4
+ version: 1.99.13
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2014-04-17 00:00:00.000000000 Z
13
+ date: 2014-06-11 00:00:00.000000000 Z
14
14
  dependencies: []
15
15
  description: see http://cpee.org
16
16
  email: juergen.mangler@gmail.com