JRuby

JRuby must upgrade to Ruby 1.8.5 stdlib

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: JRuby 0.9.8
  • Component/s: Core Classes/Modules
  • Labels:
    None
  • Number of attachments :
    1

Description

I will attach a patch that seems "mostly" good.

Activity

Hide
Charles Oliver Nutter added a comment -

Here's the list of files that differ from JRuby and Ruby 1_8 trunk as of today:

~/NetBeansProjects/jruby/lib/ruby/1.8 $ diff -r -x -q \*svn\* . ../../../../ruby_1_8/lib
diff: extra operand `../../../../ruby_1_8/lib'
diff: Try `diff --help' for more information.
~/NetBeansProjects/jruby/lib/ruby/1.8 $ diff -r -q -x \*svn\* . ../../../../ruby_1_8/lib
Only in .: bigdecimal
Files ./fileutils.rb and ../../../../ruby_1_8/lib/fileutils.rb differ
Files ./generator.rb and ../../../../ruby_1_8/lib/generator.rb differ
Only in .: io
Files ./irb/init.rb and ../../../../ruby_1_8/lib/irb/init.rb differ
Only in .: kconv.rb
Only in .: md5.rb
Only in ../../../../ruby_1_8/lib: mkmf.rb
Only in ./net: ftptls.rb
Only in ./net: telnets.rb
Only in .: openssl
Only in .: openssl.rb
Files ./profile.rb and ../../../../ruby_1_8/lib/profile.rb differ
Only in .: sha1.rb
Files ./thread.rb and ../../../../ruby_1_8/lib/thread.rb differ
Only in ../../../../ruby_1_8/lib/xmlrpc: .document
Only in ../../../../ruby_1_8/lib: yaml
Only in ../../../../ruby_1_8/lib: yaml.rb

A few of these are because we have our own native library (yaml, generator, thread, some are because we don't keep ext source in a different place (openssl, bigdecimal, md5).

Show
Charles Oliver Nutter added a comment - Here's the list of files that differ from JRuby and Ruby 1_8 trunk as of today:
~/NetBeansProjects/jruby/lib/ruby/1.8 $ diff -r -x -q \*svn\* . ../../../../ruby_1_8/lib
diff: extra operand `../../../../ruby_1_8/lib'
diff: Try `diff --help' for more information.
~/NetBeansProjects/jruby/lib/ruby/1.8 $ diff -r -q -x \*svn\* . ../../../../ruby_1_8/lib
Only in .: bigdecimal
Files ./fileutils.rb and ../../../../ruby_1_8/lib/fileutils.rb differ
Files ./generator.rb and ../../../../ruby_1_8/lib/generator.rb differ
Only in .: io
Files ./irb/init.rb and ../../../../ruby_1_8/lib/irb/init.rb differ
Only in .: kconv.rb
Only in .: md5.rb
Only in ../../../../ruby_1_8/lib: mkmf.rb
Only in ./net: ftptls.rb
Only in ./net: telnets.rb
Only in .: openssl
Only in .: openssl.rb
Files ./profile.rb and ../../../../ruby_1_8/lib/profile.rb differ
Only in .: sha1.rb
Files ./thread.rb and ../../../../ruby_1_8/lib/thread.rb differ
Only in ../../../../ruby_1_8/lib/xmlrpc: .document
Only in ../../../../ruby_1_8/lib: yaml
Only in ../../../../ruby_1_8/lib: yaml.rb
A few of these are because we have our own native library (yaml, generator, thread, some are because we don't keep ext source in a different place (openssl, bigdecimal, md5).
Hide
Nick Sieger added a comment -

Any reason to keep this one open?

Show
Nick Sieger added a comment - Any reason to keep this one open?
Hide
Thomas E Enebo added a comment -

I believe this is done...If there were any missing files we did not get we should file a follow up issue. Resolving

Show
Thomas E Enebo added a comment - I believe this is done...If there were any missing files we did not get we should file a follow up issue. Resolving

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: