1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: remove deprecated constant ::Data
Its presence emits a warning with ruby2.7
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954775
Forwarded: https://github.com/noeticpenguin/soap4r-noeticpenguin/pull/14
Author: Cédric Boutillier <boutil@debian.org>
Last-Update: 2020-07-10
--- a/lib/soap/mapping/rubytypeFactory.rb
+++ b/lib/soap/mapping/rubytypeFactory.rb
@@ -193,7 +193,7 @@
param.add('member', ele_member)
addiv2soapattr(param, obj, map)
end
- when ::IO, ::Binding, ::Data, ::Dir, ::File::Stat,
+ when ::IO, ::Binding, ::Dir, ::File::Stat,
::MatchData, Method, ::Proc, ::Process::Status, ::Thread,
::ThreadGroup, ::UnboundMethod
return nil
|