r2corba 1.6.1-x64-mingw32 → 1.7.0-x64-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. checksums.yaml +4 -4
  2. data/README.rdoc +5 -5
  3. data/lib/corba/cbase/Request.rb +6 -6
  4. data/lib/corba/cmds/base.rb +1 -1
  5. data/lib/corba/common/Any.rb +1 -1
  6. data/lib/corba/common/Values.rb +4 -4
  7. data/lib/corba/common/version.rb +2 -2
  8. data/lib/corba/jbase/Servant.rb +4 -4
  9. data/lib/corba/svcs/ins/cos_naming.rb +6 -6
  10. data/lib/corba/svcs/ins/ins.rb +33 -33
  11. data/lib/corba/svcs/ins/naming_service.rb +5 -5
  12. data/rakelib/config.rb +9 -6
  13. data/rakelib/gem.rake +11 -11
  14. data/test/BiDirectional/client.rb +7 -7
  15. data/test/BiDirectional/run_test.rb +2 -2
  16. data/test/BiDirectional/server.rb +13 -13
  17. data/test/CORBA_Services/Naming/BindingIterator/client.rb +9 -9
  18. data/test/CORBA_Services/Naming/BindingIterator/run_test.rb +2 -2
  19. data/test/CORBA_Services/Naming/BindingIterator/server.rb +6 -6
  20. data/test/CORBA_Services/Naming/Corbaname/client.rb +6 -6
  21. data/test/CORBA_Services/Naming/Corbaname/run_test.rb +2 -2
  22. data/test/CORBA_Services/Naming/Corbaname/server.rb +8 -8
  23. data/test/CORBA_Services/Naming/Simple/client.rb +6 -6
  24. data/test/CORBA_Services/Naming/Simple/run_test.rb +2 -2
  25. data/test/CORBA_Services/Naming/Simple/server.rb +6 -6
  26. data/test/Collocation/run_test.rb +2 -2
  27. data/test/Collocation/test.rb +1 -1
  28. data/test/Connect_Timeout/client.rb +7 -7
  29. data/test/Connect_Timeout/run_test.rb +2 -2
  30. data/test/DII/client.rb +10 -10
  31. data/test/DII/run_test.rb +2 -2
  32. data/test/DII/server.rb +7 -7
  33. data/test/DSI/client.rb +6 -6
  34. data/test/DSI/run_test.rb +2 -2
  35. data/test/DSI/server.rb +9 -9
  36. data/test/Exceptions/client.rb +6 -6
  37. data/test/Exceptions/run_test.rb +2 -2
  38. data/test/Exceptions/server.rb +7 -7
  39. data/test/Hello/client.rb +7 -7
  40. data/test/Hello/run_test.rb +2 -2
  41. data/test/Hello/server.rb +7 -7
  42. data/test/IDL_Test/client.rb +9 -9
  43. data/test/IDL_Test/run_test.rb +2 -2
  44. data/test/IDL_Test/server.rb +7 -7
  45. data/test/IORMap/client.rb +7 -7
  46. data/test/IORMap/run_test.rb +2 -2
  47. data/test/IORMap/server.rb +9 -9
  48. data/test/IORTable/client.rb +7 -7
  49. data/test/IORTable/run_test.rb +2 -2
  50. data/test/IORTable/server.rb +10 -10
  51. data/test/Implicit_Conversion/client.rb +5 -5
  52. data/test/Implicit_Conversion/run_test.rb +2 -2
  53. data/test/Implicit_Conversion/server.rb +7 -7
  54. data/test/Multi_Threading/Multiple_ORB/client.rb +6 -6
  55. data/test/Multi_Threading/Multiple_ORB/run_test.rb +2 -2
  56. data/test/Multi_Threading/Multiple_ORB/server.rb +5 -5
  57. data/test/Multi_Threading/Simple/client.rb +6 -6
  58. data/test/Multi_Threading/Simple/run_test.rb +2 -2
  59. data/test/Multi_Threading/Simple/server.rb +8 -8
  60. data/test/Multi_Threading/Threads/client.rb +6 -6
  61. data/test/Multi_Threading/Threads/run_test.rb +2 -2
  62. data/test/Multi_Threading/Threads/server.rb +9 -9
  63. data/test/Multi_Threading/Threads/watchdog.rb +7 -7
  64. data/test/Multiple_Servant_Interfaces/client.rb +7 -7
  65. data/test/Multiple_Servant_Interfaces/run_test.rb +2 -2
  66. data/test/Multiple_Servant_Interfaces/server.rb +7 -7
  67. data/test/Nil/run_test.rb +2 -2
  68. data/test/Nil/test.rb +4 -4
  69. data/test/OBV/AbstractInterface/client.rb +9 -9
  70. data/test/OBV/AbstractInterface/run_test.rb +2 -2
  71. data/test/OBV/AbstractInterface/server.rb +7 -7
  72. data/test/OBV/Custom/client.rb +5 -5
  73. data/test/OBV/Custom/run_test.rb +2 -2
  74. data/test/OBV/Custom/server.rb +7 -7
  75. data/test/OBV/Simple/client.rb +5 -5
  76. data/test/OBV/Simple/run_test.rb +2 -2
  77. data/test/OBV/Simple/server.rb +7 -7
  78. data/test/OBV/Simple_Event/client.rb +5 -5
  79. data/test/OBV/Simple_Event/run_test.rb +2 -2
  80. data/test/OBV/Simple_Event/server.rb +7 -7
  81. data/test/OBV/Supports/client.rb +17 -17
  82. data/test/OBV/Supports/run_test.rb +2 -2
  83. data/test/OBV/Supports/server.rb +7 -7
  84. data/test/OBV/Tree/client.rb +6 -6
  85. data/test/OBV/Tree/run_test.rb +2 -2
  86. data/test/OBV/Tree/server.rb +7 -7
  87. data/test/OBV/Truncatable/client.rb +5 -5
  88. data/test/OBV/Truncatable/run_test.rb +2 -2
  89. data/test/OBV/Truncatable/server.rb +6 -6
  90. data/test/OBV/ValueBox/client.rb +20 -20
  91. data/test/OBV/ValueBox/run_test.rb +2 -2
  92. data/test/OBV/ValueBox/server.rb +8 -8
  93. data/test/Object/client.rb +6 -6
  94. data/test/Object/run_test.rb +2 -2
  95. data/test/Object/server.rb +9 -9
  96. data/test/POA/run_test.rb +2 -2
  97. data/test/POA/test.rb +4 -4
  98. data/test/Param_Test/client.rb +6 -6
  99. data/test/Param_Test/run_test.rb +2 -2
  100. data/test/Param_Test/server.rb +6 -6
  101. data/test/Performance/Simple/client.rb +6 -6
  102. data/test/Performance/Simple/run_test.rb +2 -2
  103. data/test/Performance/Simple/server.rb +7 -7
  104. data/test/Policies/run_test.rb +2 -2
  105. data/test/Policies/test.rb +4 -4
  106. data/test/Timeout/client.rb +11 -11
  107. data/test/Timeout/run_test.rb +2 -2
  108. data/test/Timeout/server.rb +9 -9
  109. data/test/lib/test.rb +5 -5
  110. data/test/test_runner.rb +8 -7
  111. metadata +6 -5
@@ -14,9 +14,9 @@ require 'lib/assert.rb'
14
14
  include TestUtil::Assertions
15
15
 
16
16
  OPTIONS = {
17
- :use_implement => false,
18
- :orb_debuglevel => 0,
19
- :iorfile => 'file://server.ior'
17
+ use_implement: false,
18
+ orb_debuglevel: 0,
19
+ iorfile: 'file://server.ior'
20
20
  }
21
21
 
22
22
  ARGV.options do |opts|
@@ -123,7 +123,7 @@ begin
123
123
 
124
124
  simple_timeout_srv = Simple_Server._narrow(obj)
125
125
 
126
- policies[0].destroy()
126
+ policies[0].destroy
127
127
  policies[0] = nil
128
128
 
129
129
  puts "client (#{Process.pid}) testing from #{Min_timeout} to #{Max_timeout} milliseconds"
@@ -135,7 +135,7 @@ begin
135
135
 
136
136
  puts "client (#{Process.pid}) Cleanup ORB/Thread/Object policies"
137
137
 
138
- policies.clear()
138
+ policies.clear
139
139
  pol_man.set_policy_overrides(policies, CORBA::SET_OVERRIDE)
140
140
  pol_cur.set_policy_overrides(policies, CORBA::SET_OVERRIDE) if pol_cur
141
141
 
@@ -150,12 +150,12 @@ begin
150
150
 
151
151
  send_echo(Orb1, orb, simple_srv, t)
152
152
 
153
- policies[0].destroy()
153
+ policies[0].destroy
154
154
 
155
155
  if pol_cur
156
156
  puts "client (#{Process.pid}) Set the thread policies"
157
157
 
158
- policies.clear()
158
+ policies.clear
159
159
  policies << orb.create_policy(Messaging::RELATIVE_RT_TIMEOUT_POLICY_TYPE,
160
160
  any_thread)
161
161
 
@@ -163,7 +163,7 @@ begin
163
163
 
164
164
  send_echo(Thread1, orb, simple_srv, t)
165
165
 
166
- policies[0].destroy()
166
+ policies[0].destroy
167
167
  end
168
168
 
169
169
  puts "client (#{Process.pid}) Use the object policies"
@@ -174,13 +174,13 @@ begin
174
174
  puts "\n\n"
175
175
  puts "client (#{Process.pid}) Test completed, resynch with server"
176
176
 
177
- policies.clear()
177
+ policies.clear
178
178
  pol_man.set_policy_overrides(policies, CORBA::SET_OVERRIDE)
179
179
  pol_cur.set_policy_overrides(policies, CORBA::SET_OVERRIDE) if pol_cur
180
180
 
181
181
  send_echo(None, orb, simple_srv, 0)
182
182
 
183
- simple_srv.shutdown()
183
+ simple_srv.shutdown
184
184
 
185
185
  timeout_count_total = 0
186
186
  in_time_count_total = 0
@@ -201,6 +201,6 @@ begin
201
201
 
202
202
  ensure
203
203
 
204
- orb.destroy()
204
+ orb.destroy
205
205
 
206
206
  end
@@ -10,8 +10,8 @@
10
10
  #--------------------------------------------------------------------
11
11
 
12
12
  OPTIONS = {
13
- :debug_opt => '',
14
- :use_implement => '--use-implement'
13
+ debug_opt: '',
14
+ use_implement: '--use-implement'
15
15
  }
16
16
 
17
17
  require 'optparse'
@@ -12,10 +12,10 @@
12
12
  require 'optparse'
13
13
 
14
14
  OPTIONS = {
15
- :use_implement => false,
16
- :orb_debuglevel => 0,
17
- :iorfile => 'server.ior',
18
- :iter_num => 10
15
+ use_implement: false,
16
+ orb_debuglevel: 0,
17
+ iorfile: 'server.ior',
18
+ iter_num: 10
19
19
  }
20
20
 
21
21
  ARGV.options do |opts|
@@ -72,7 +72,7 @@ class Simple_Server_i < POA::Simple_Server
72
72
 
73
73
  def shutdown()
74
74
  puts "server (#{Process.pid}) received shutdown request from client"
75
- @orb.shutdown()
75
+ @orb.shutdown
76
76
  end
77
77
  end # of servant Simple_Server_i
78
78
 
@@ -88,21 +88,21 @@ poa_man.activate
88
88
 
89
89
  simple_srv = Simple_Server_i.new(orb)
90
90
 
91
- simple_ref = simple_srv._this()
91
+ simple_ref = simple_srv._this
92
92
 
93
93
  ior = orb.object_to_string(simple_ref)
94
94
 
95
- open(OPTIONS[:iorfile], 'w') { |io|
95
+ File.open(OPTIONS[:iorfile], 'w') { |io|
96
96
  io.write ior
97
97
  }
98
98
 
99
99
  Signal.trap('INT') do
100
100
  puts 'SIGINT - shutting down ORB...'
101
- orb.shutdown()
101
+ orb.shutdown
102
102
  end
103
103
 
104
104
  if Signal.list.has_key?('USR2')
105
105
  Signal.trap('USR2', 'EXIT')
106
106
  end
107
107
 
108
- orb.run()
108
+ orb.run
data/test/lib/test.rb CHANGED
@@ -106,7 +106,7 @@ if defined?(JRUBY_VERSION)
106
106
  stat_ptr = FFI::MemoryPointer.new(:int, 1)
107
107
  tmp_pid = _wait(stat_ptr, pid, 0)
108
108
  if tmp_pid == pid
109
- return [pid, stat_ptr.get_int()]
109
+ return [pid, stat_ptr.get_int]
110
110
  else
111
111
  return [pid, 0]
112
112
  end
@@ -160,7 +160,7 @@ if defined?(JRUBY_VERSION)
160
160
  begin
161
161
  tmp, status = ::Process.waitpid2(pid, ::Process::WNOHANG)
162
162
  if tmp == pid and status.success? != nil
163
- return [pid, status.success?() ? 0 : status.exitstatus]
163
+ return [pid, status.success? ? 0 : status.exitstatus]
164
164
  end
165
165
  return [nil, 0]
166
166
  rescue Errno::ECHILD
@@ -189,7 +189,7 @@ if defined?(JRUBY_VERSION)
189
189
  def initialize(cmd_, arg_)
190
190
  @pid = nil
191
191
  @exitstatus = nil
192
- @trd = Thread.start() do
192
+ @trd = Thread.start do
193
193
  exit_status = 0
194
194
  @pid = Exec.run(cmd_, arg_)
195
195
  if @pid
@@ -500,7 +500,7 @@ end
500
500
  t = Time.now
501
501
  begin
502
502
  if @proc.check_status
503
- if (Time.now() - t) >= timeout.to_f
503
+ if (Time.now - t) >= timeout.to_f
504
504
  STDERR.puts "ERROR: KILLING #{@cmd}"
505
505
  @proc.kill
506
506
  return 255
@@ -531,7 +531,7 @@ end
531
531
  t = Time.now
532
532
  while !File.readable?(filename)
533
533
  sleep(0.1)
534
- if (Time.now() - t) >= timeout.to_f
534
+ if (Time.now - t) >= timeout.to_f
535
535
  STDERR.puts "ERROR: could not find file '#{filename}'"
536
536
  return false
537
537
  end
data/test/test_runner.rb CHANGED
@@ -23,12 +23,13 @@ is_win32 = (RB_CONFIG['target_os'] =~ /win32/ || RB_CONFIG['target_os'] =~ /ming
23
23
 
24
24
  root_path = File.expand_path(File.join(File.dirname(__FILE__), '..'))
25
25
 
26
- has_local_ridl = File.directory?(File.join(root_path, 'ridl'))
26
+ ENV['RIDL_ROOT'] ||= File.expand_path(File.join(root_path, 'ridl'))
27
+ has_local_ridl = File.directory?(ENV['RIDL_ROOT'])
27
28
 
28
29
  if defined?(JRUBY_VERSION)
29
30
  ENV['JACORB_HOME'] ||= File.expand_path(File.join(root_path, 'jacorb'))
30
31
  incdirs = [
31
- has_local_ridl ? File.expand_path(File.join(root_path, 'ridl', 'lib')) : nil,
32
+ has_local_ridl ? File.expand_path(File.join(ENV['RIDL_ROOT'], 'lib')) : nil,
32
33
  File.expand_path(File.join(root_path, 'lib')),
33
34
  File.expand_path(File.join(root_path, 'ext')),
34
35
  File.expand_path(File.join(ENV['JACORB_HOME'], 'lib')),
@@ -40,7 +41,7 @@ else
40
41
  ace_root = ENV['ACE_ROOT'] || File.expand_path(File.join(root_path, 'ACE', 'ACE_wrappers'))
41
42
  ## setup the right environment for running tests
42
43
  incdirs = [
43
- has_local_ridl ? File.expand_path(File.join(root_path, 'ridl', 'lib')) : nil,
44
+ has_local_ridl ? File.expand_path(File.join(ENV['RIDL_ROOT'], 'lib')) : nil,
44
45
  File.expand_path(File.join(root_path, 'lib')),
45
46
  File.expand_path(File.join(root_path, 'ext')),
46
47
  ENV['RUBYLIB'],
@@ -73,10 +74,10 @@ end
73
74
 
74
75
  module TestFinder
75
76
  OPTIONS = {
76
- :exclude => nil,
77
- :runonly => nil,
78
- :listonly => false,
79
- :debug => !ENV['R2CORBA_DEBUG'].nil?
77
+ exclude: nil,
78
+ runonly: nil,
79
+ listonly: false,
80
+ debug: !ENV['R2CORBA_DEBUG'].nil?
80
81
  }
81
82
 
82
83
  ROOT = File.expand_path(File.dirname(__FILE__))
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: r2corba
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.1
4
+ version: 1.7.0
5
5
  platform: x64-mingw32
6
6
  authors:
7
7
  - Martin Corino
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-03-03 00:00:00.000000000 Z
12
+ date: 2023-03-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: ridl
@@ -41,7 +41,7 @@ dependencies:
41
41
  version: 12.3.3
42
42
  description: 'OMG CORBA v3.3 compliant CORBA language mapping implementation for Ruby.
43
43
  Depends on ridl gem for providing native Ruby IDL compiler. '
44
- email: mcorino@remedy.nl
44
+ email: info@remedy.nl
45
45
  executables:
46
46
  - ridlc
47
47
  - rins
@@ -304,14 +304,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
304
304
  requirements:
305
305
  - - ">="
306
306
  - !ruby/object:Gem::Version
307
- version: '2.4'
307
+ version: '2.5'
308
308
  required_rubygems_version: !ruby/object:Gem::Requirement
309
309
  requirements:
310
310
  - - ">="
311
311
  - !ruby/object:Gem::Version
312
312
  version: '0'
313
313
  requirements: []
314
- rubygems_version: 3.0.3.1
314
+ rubyforge_project:
315
+ rubygems_version: 2.7.6.3
315
316
  signing_key:
316
317
  specification_version: 4
317
318
  summary: CORBA language mapping implementation for Ruby