[#69616] [Ruby trunk - Feature #11258] add 'x' mode character for O_EXCL — cremno@...
Issue #11258 has been updated by cremno phobia.
3 messages
2015/06/16
[#69643] [Ruby trunk - Misc #11276] [RFC] compile.c: convert to use ccan/list — normalperson@...
Issue #11276 has been updated by Eric Wong.
3 messages
2015/06/17
[#69751] [Ruby trunk - Bug #11001] 2.2.1 Segmentation fault in reserve_stack() function. — kubo@...
Issue #11001 has been updated by Takehiro Kubo.
3 messages
2015/06/27
[ruby-core:69820] [Ruby trunk - Bug #11249] Fix require paths for BigDecimal and io-console
From:
nagachika00@...
Date:
2015-06-30 19:17:33 UTC
List:
ruby-core #69820
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/