[#68137] improve semantics of manpages — "Anthony J. Bentley" <anthony@...>
Hi,
1 message
2015/02/17
[#68144] Re: Future of test suites for Ruby — Anthony Crumley <anthony.crumley@...>
FYI...
4 messages
2015/02/17
[#68343] [Ruby trunk - Bug #10916] [Open] What the Ruby? SegFault? — ruby@...
Issue #10916 has been reported by why do i need this acct just to create a bug report.
5 messages
2015/02/27
[#68373] Re: [Ruby trunk - Bug #10916] [Open] What the Ruby? SegFault?
— "Martin J. Dürst" <duerst@...>
2015/03/02
> * Author: why do i need this acct just to create a bug report
[#68358] [Ruby trunk - Bug #10902] require("enumerator") scans LOAD_PATH 2x on every invocation — ruby@...1.net
Issue #10902 has been updated by Aman Gupta.
3 messages
2015/02/28
[ruby-core:68010] [ruby-trunk - Bug #10828] send should not create immortal symbols
From:
ruby-core@...
Date:
2015-02-04 19:50:35 UTC
List:
ruby-core #68010
Issue #10828 has been updated by Marc-Andre Lafortune. Assignee changed from Marc-Andre Lafortune to Nobuyoshi Nakada Priority changed from Normal to High Mmm, I was hopeful about r49500 but it generates some failures in `test/drb/test_drb.rb`, so there's something going on that's above my ruby-fu level. I reverted that commit, disabling the two tests. I'm assigning this to Nobu, in hope he can come to my rescue... ---------------------------------------- Bug #10828: send should not create immortal symbols https://bugs.ruby-lang.org/issues/10828#change-51398 * Author: Marc-Andre Lafortune * Status: Open * Priority: High * Assignee: Nobuyoshi Nakada * ruby -v: r49497 * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN ---------------------------------------- While `public_send` is ok, `send` and `__send__` create immortal symbols when they shouldn't. -- https://bugs.ruby-lang.org/