Project

General

Profile

Actions

Bug #11249

closed

Fix require paths for BigDecimal and io-console

Bug #11249: Fix require paths for BigDecimal and io-console

Added by vo.x (Vit Ondruch) over 10 years ago. Updated over 10 years ago.

Status:
Closed
Target version:
-
ruby -v:
ruby 2.3.0dev (2015-06-10 trunk 50815) [x86_64-linux]
[ruby-core:69522]

Description

The .rb files under the lib directory will never get on the load path with the currently specified require paths, hence if someone installed the gem from RubyGems, only the binary extension would get loaded, but the original bundled Ruby files will be used instead of the new ones. This patches should narrow the situation.

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

Updated by vo.x (Vit Ondruch) over 10 years ago Actions #1 [ruby-core:69570]

  • Status changed from Open to Closed
  • Assignee set to hsbt (Hiroshi SHIBATA)

Applied in r50860.

Updated by usa (Usaku NAKAMURA) over 10 years ago Actions #2

  • Backport changed from 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN to 2.0.0: WONTFIX, 2.1: REQUIRED, 2.2: REQUIRED

Updated by nagachika (Tomoyuki Chikanaga) over 10 years ago Actions #3 [ruby-core:69820]

  • Backport changed from 2.0.0: WONTFIX, 2.1: REQUIRED, 2.2: REQUIRED to 2.0.0: WONTFIX, 2.1: REQUIRED, 2.2: DONE

Backported into ruby_2_2 branch at r51076.

Updated by usa (Usaku NAKAMURA) over 10 years ago Actions #4 [ruby-core:69883]

  • Backport changed from 2.0.0: WONTFIX, 2.1: REQUIRED, 2.2: DONE to 2.0.0: WONTFIX, 2.1: DONE, 2.2: DONE

ruby_2_1 r51177 merged revision(s) 50860.

Actions

Also available in: PDF Atom