Project

General

Profile

ActionsLike0

Feature #6590

closed

Dealing with bigdecimal, etc gems in JRuby

Added by headius (Charles Nutter) almost 13 years ago. Updated about 2 years ago.

Status:
Third Party's Issue
Target version:
-
[ruby-core:45604]

Description

Hello!

http://jira.codehaus.org/browse/JRUBY-6704

We have a need to make the "bigdecimal" gem work for JRuby, so that
distros (like Red Hat, mentioned in the above bug) and users can have
the same gemspec for JRuby with updated bigdecimal gem references.

I'm not sure the best way to proceed.

The bigdecimal source and gemspec all come from MRI source, and are
not versioned separately. That means we can't simply share a
repository for the JRuby bits. We could maintain a forked version in
our forked "jruby/ruby" repository, but that wouldn't be part of the
bigdecimal release cycle then.

So I'm looking to you for guidance.

The BigDecimal lib is here in JRuby:
https://github.com/jruby/jruby/tree/master/src/org/jruby/ext/bigdecimal

It might be simplest if for now there's a dummy "bigdecimal" gem
pushed for JRuby that does not contain anything, since we would have
other complications if we tried to remove BigDecimal from JRuby proper
(it is referenced elsewhere int eh code, etc).

Thoughts?

  • Charlie

Files

noname (500 Bytes) noname Anonymous, 07/02/2012 11:53 PM

Related issues 1 (0 open1 closed)

Related to Ruby - Bug #6124: remove the "spec-only gems" in Ruby 1.9.3 (was What is the purpose of "fake" gems in Ruby)Closedhsbt (Hiroshi SHIBATA)Actions

Updated by naruse (Yui NARUSE) almost 13 years ago

  • Status changed from Open to Assigned
  • Assignee set to mrkn (Kenta Murata)

Updated by mrkn (Kenta Murata) almost 13 years ago

  • Status changed from Assigned to Third Party's Issue

Updated by marcandre (Marc-Andre Lafortune) almost 13 years ago

  • Status changed from Third Party's Issue to Open
  • Assignee changed from mrkn (Kenta Murata) to nahi (Hiroshi Nakamura)

Updated by Anonymous almost 13 years ago

Updated by mame (Yusuke Endoh) over 12 years ago

  • Status changed from Open to Assigned

Updated by mame (Yusuke Endoh) over 12 years ago

  • Target version set to 2.6
#17

Updated by naruse (Yui NARUSE) over 7 years ago

  • Target version deleted (2.6)

Updated by hsbt (Hiroshi SHIBATA) almost 6 years ago

  • Assignee changed from nahi (Hiroshi Nakamura) to hsbt (Hiroshi SHIBATA)

Updated by hsbt (Hiroshi SHIBATA) about 2 years ago

  • Status changed from Assigned to Third Party's Issue
ActionsLike0

Also available in: Atom PDF