ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
From: v.ondruch@tiscali.cz
To: ruby-core@ruby-lang.org
Subject: [ruby-core:69570] [Ruby trunk - Bug #11249] [Closed] Fix require paths for BigDecimal and io-console
Date: Sat, 13 Jun 2015 15:34:25 +0000	[thread overview]
Message-ID: <redmine.journal-52908.20150613153424.9168acc368c10c50@ruby-lang.org> (raw)
In-Reply-To: redmine.issue-11249.20150611073210@ruby-lang.org

Issue #11249 has been updated by Vit Ondruch.

Status changed from Open to Closed
Assignee set to Hiroshi SHIBATA

Applied in r50860.

----------------------------------------
Bug #11249: Fix require paths for BigDecimal and io-console
https://bugs.ruby-lang.org/issues/11249#change-52908

* Author: Vit Ondruch
* Status: Closed
* Priority: Normal
* Assignee: Hiroshi SHIBATA
* ruby -v: ruby 2.3.0dev (2015-06-10 trunk 50815) [x86_64-linux]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN
----------------------------------------
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



-- 
https://bugs.ruby-lang.org/

  parent reply	other threads:[~2015-06-13 15:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <redmine.issue-11249.20150611073210@ruby-lang.org>
2015-06-11  7:32 ` [ruby-core:69522] [Ruby trunk - Bug #11249] [Open] Fix require paths for BigDecimal and io-console v.ondruch
2015-06-13 15:34 ` v.ondruch [this message]
2015-06-30  3:34 ` [ruby-core:69791] [Ruby trunk - Bug #11249] " usa
2015-06-30 19:17 ` [ruby-core:69820] " nagachika00
2015-07-07  4:38 ` [ruby-core:69883] " usa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.ruby-lang.org/en/community/mailing-lists/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=redmine.journal-52908.20150613153424.9168acc368c10c50@ruby-lang.org \
    --to=ruby-core@ruby-lang.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).