[#107867] Fwd: [ruby-cvs:91197] 8f59482f5d (master): add some tests for Unicode Version 14.0.0 — Martin J. Dürst <duerst@...>
To everybody taking care of continuous integration:
3 messages
2022/03/13
[#108090] [Ruby master Bug#18666] No rule to make target 'yaml/yaml.h', needed by 'api.o' — duerst <noreply@...>
Issue #18666 has been reported by duerst (Martin D端rst).
7 messages
2022/03/28
[#108117] [Ruby master Feature#18668] Merge `io-nonblock` gems into core — "Eregon (Benoit Daloze)" <noreply@...>
Issue #18668 has been reported by Eregon (Benoit Daloze).
22 messages
2022/03/30
[ruby-core:107975] [Ruby master Bug#17302] The TracePoint API does not allow setting multiple line traces within the same method (ISEQ)
From:
"Eregon (Benoit Daloze)" <noreply@...>
Date:
2022-03-18 13:03:32 UTC
List:
ruby-core #107975
Issue #17302 has been updated by Eregon (Benoit Daloze). Backport was requested in https://bugs.ruby-lang.org/issues/18646, and I adjusted the Backport field for it. ---------------------------------------- Bug #17302: The TracePoint API does not allow setting multiple line traces within the same method (ISEQ) https://bugs.ruby-lang.org/issues/17302#change-96925 * Author: liran.last@gmail.com (Liran Haimovitch) * Status: Closed * Priority: Normal * Backport: 2.6: REQUIRED, 2.7: REQUIRED, 3.0: DONTNEED, 3.1: DONTNEED ---------------------------------------- While setting a tracepoint for a line for the second time within a method, the first one turns off. I believe this is because the `encoded_iseq_trace_instrument` function resets the trace value of an instruction rather than just turning it on if needed: https://github.com/ruby/ruby/blob/799253dc46e96518687dcd4fdca42582251ccffe/iseq.c#L3178 And it is unconditionally called, not limited to the correct line: https://github.com/ruby/ruby/blob/799253dc46e96518687dcd4fdca42582251ccffe/iseq.c#L3219 ---Files-------------------------------- my_test.rb (790 Bytes) -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>