Project

General

Profile

Actions

Feature #4593

closed

xmlrpc does not support bigdecimal

Added by atambo (Alex Tambellini) about 13 years ago. Updated almost 13 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) about 13 years ago

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

Actions #2

Updated by sorah (Sorah Fukumori) about 13 years ago

  • Project changed from Ruby 1.8 to Ruby master
  • Category changed from lib to lib

=begin

=end

Updated by mrkn (Kenta Murata) about 13 years ago

=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) about 13 years ago

  • Status changed from Open to Rejected

=begin

=end

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0