Project

General

Profile

Actions

Feature #4593

closed

xmlrpc does not support bigdecimal

Feature #4593: xmlrpc does not support bigdecimal

Added by atambo (Alex Tambellini) over 14 years ago. Updated over 14 years ago.

Status:
Rejected
Assignee:
-
Target version:
-
[ruby-core:35842]

Description

=begin
XMLRPC does not support bigdecimal.

See my pull request here to add support for bigdecimal type to xmlrpc library:

https://github.com/ruby/ruby/pull/13
=end

Updated by atambo (Alex Tambellini) over 14 years ago Actions #1 [ruby-core:35843]

=begin
This would apply to 1.8 and 1.9.
=end

Updated by sorah (Sorah Fukumori) over 14 years ago Actions #2

  • Project changed from 2 to Ruby
  • Category changed from lib to lib

=begin

=end

Updated by mrkn (Kenta Murata) over 14 years ago Actions #3 [ruby-core:35845]

=begin
Hi,

On 2011年4月22日金曜日 at 1:47, Alex Tambellini wrote:

XMLRPC does not support bigdecimal.

See my pull request here to add support for bigdecimal type to xmlrpc library:

https://github.com/ruby/ruby/pull/13

A BigDecimal isn't generally a double precision number.
I'm worrying about that there isn't common consensus for treating a BigDecimal as double.

If you want to deal with a BigDecimal as a double in XMLRPC,
you can convert the BigDecimal to a Float using BigDecimal#to_f.

--
Kenta Murata
Sent with Sparrow
=end

Updated by mrkn (Kenta Murata) over 14 years ago Actions #4 [ruby-core:35846]

  • Status changed from Open to Rejected

=begin

=end

Actions

Also available in: PDF Atom