Actions
Feature #3090
closedxml-rpc support for i8 data type
Description
=begin
Some XML-RPC libraries (for example xmlrpc-c) use 8-byte integer data type .... In existing version lib/xmlrpc just erase this variables. Support for this data type can be painlessly added to ruby core xmlrpc library. Patch is attached.
=end
Files
Updated by niklas (Niklas Hofer) almost 13 years ago
is there a reason why this patch was postponed to 2.0.0 and not included in one of the releases this year?
Updated by tenderlovemaking (Aaron Patterson) over 12 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
This issue was solved with changeset r34936.
Stas, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
-
lib/xmlrpc/parser.rb: support i8 types. Thanks Stas Kelvich!
[ruby-core:29246] [Feature #3090] -
test/xmlrpc/test_client.rb: supporting test
Actions
Like0
Like0Like0Like0