ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:69522] [Ruby trunk - Bug #11249] [Open] Fix require paths for BigDecimal and io-console
       [not found] <redmine.issue-11249.20150611073210@ruby-lang.org>
@ 2015-06-11  7:32 ` v.ondruch
  2015-06-13 15:34 ` [ruby-core:69570] [Ruby trunk - Bug #11249] [Closed] " v.ondruch
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: v.ondruch @ 2015-06-11  7:32 UTC (permalink / raw)
  To: ruby-core

Issue #11249 has been reported by Vit Ondruch.

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

* Author: Vit Ondruch
* Status: Open
* Priority: Normal
* Assignee: 
* 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/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ruby-core:69570] [Ruby trunk - Bug #11249] [Closed] Fix require paths for BigDecimal and io-console
       [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
  2015-06-30  3:34 ` [ruby-core:69791] [Ruby trunk - Bug #11249] " usa
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: v.ondruch @ 2015-06-13 15:34 UTC (permalink / raw)
  To: ruby-core

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/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ruby-core:69791] [Ruby trunk - Bug #11249] Fix require paths for BigDecimal and io-console
       [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 ` [ruby-core:69570] [Ruby trunk - Bug #11249] [Closed] " v.ondruch
@ 2015-06-30  3:34 ` usa
  2015-06-30 19:17 ` [ruby-core:69820] " nagachika00
  2015-07-07  4:38 ` [ruby-core:69883] " usa
  4 siblings, 0 replies; 5+ messages in thread
From: usa @ 2015-06-30  3:34 UTC (permalink / raw)
  To: ruby-core

Issue #11249 has been updated by Usaku NAKAMURA.

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

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

* 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: WONTFIX, 2.1: REQUIRED, 2.2: REQUIRED
----------------------------------------
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/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ruby-core:69820] [Ruby trunk - Bug #11249] Fix require paths for BigDecimal and io-console
       [not found] <redmine.issue-11249.20150611073210@ruby-lang.org>
                   ` (2 preceding siblings ...)
  2015-06-30  3:34 ` [ruby-core:69791] [Ruby trunk - Bug #11249] " usa
@ 2015-06-30 19:17 ` nagachika00
  2015-07-07  4:38 ` [ruby-core:69883] " usa
  4 siblings, 0 replies; 5+ messages in thread
From: nagachika00 @ 2015-06-30 19:17 UTC (permalink / raw)
  To: ruby-core

Issue #11249 has been updated by Tomoyuki Chikanaga.

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.

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

* 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: WONTFIX, 2.1: REQUIRED, 2.2: DONE
----------------------------------------
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/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ruby-core:69883] [Ruby trunk - Bug #11249] Fix require paths for BigDecimal and io-console
       [not found] <redmine.issue-11249.20150611073210@ruby-lang.org>
                   ` (3 preceding siblings ...)
  2015-06-30 19:17 ` [ruby-core:69820] " nagachika00
@ 2015-07-07  4:38 ` usa
  4 siblings, 0 replies; 5+ messages in thread
From: usa @ 2015-07-07  4:38 UTC (permalink / raw)
  To: ruby-core

Issue #11249 has been updated by Usaku NAKAMURA.

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.

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

* 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: WONTFIX, 2.1: DONE, 2.2: DONE
----------------------------------------
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/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-07-07  4:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [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 ` [ruby-core:69570] [Ruby trunk - Bug #11249] [Closed] " v.ondruch
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

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).