[#66126] Creation/Conversion methods/functions table for Ruby types — SASADA Koichi <ko1@...>
Hi,
5 messages
2014/11/07
[#66248] [ruby-trunk - Feature #10423] [PATCH] opt_str_lit*: avoid literal string allocations — normalperson@...
Issue #10423 has been updated by Eric Wong.
3 messages
2014/11/13
[#66595] [ruby-trunk - Bug #10557] [Open] Block not given when the argument is a string — bartosz@...
Issue #10557 has been reported by Bartosz Kopinski.
3 messages
2014/11/30
[ruby-core:66553] [ruby-trunk - Bug #10148] [TracePoint API] Extra block events generated
From:
deivid.rodriguez@...
Date:
2014-11-28 13:33:52 UTC
List:
ruby-core #66553
Issue #10148 has been updated by David Rodr鱈guez. I will, soon! ---------------------------------------- Bug #10148: [TracePoint API] Extra block events generated https://bugs.ruby-lang.org/issues/10148#change-50167 * Author: David Rodr鱈guez * Status: Assigned * Priority: Normal * Assignee: Koichi Sasada * Category: core * Target version: current: 2.2.0 * ruby -v: ruby 2.2.0dev (2014-08-19 trunk 47220) [i686-linux] * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN ---------------------------------------- In the same example from #9759 (which I attach here to provide a failing test), there is a couple of b_call/b_return events that I don't think should get generated. I pointed that out in this comment: https://bugs.ruby-lang.org/issues/9759#note-1 This couple of events are not present in ruby's backtrace and sometimes they have a nil method_id which was making byebug crash as I was not expecting that. I haven't been able to reproduce this nil method_id thing in a toy program but in any case I think the proper solution to this would be not to generate these events. Thanks!! ---Files-------------------------------- test_extra_b_call_and_b_return_events.rb (1.37 KB) -- https://bugs.ruby-lang.org/