[#113435] [Ruby master Feature#19634] Pattern matching dynamic key — "baweaver (Brandon Weaver) via ruby-core" <ruby-core@...>
Issue #19634 has been reported by baweaver (Brandon Weaver).
6 messages
2023/05/09
[#113489] [Ruby master Bug#19642] Remove vectored read/write from `io.c`. — "ioquatix (Samuel Williams) via ruby-core" <ruby-core@...>
Issue #19642 has been reported by ioquatix (Samuel Williams).
10 messages
2023/05/15
[ruby-core:113651] [Ruby master Bug#19689] ruby_vm_event_enabled_global_flags is not exported by ruby 3.3.0-preview1
From:
"hurricup (Alexandr Evstigneev) via ruby-core" <ruby-core@...>
Date:
2023-05-25 01:51:50 UTC
List:
ruby-core #113651
Issue #19689 has been updated by hurricup (Alexandr Evstigneev). nobu (Nobuyoshi Nakada) wrote in #note-1: > That is one of symbols had been exported only for MJIT, and is declared in an internal header. > For what do you want to use it? It is used in the debugger implementation. Can't say right now for what perticular reason, pretty old code. But i could investigate. ---------------------------------------- Bug #19689: ruby_vm_event_enabled_global_flags is not exported by ruby 3.3.0-preview1 https://bugs.ruby-lang.org/issues/19689#change-103294 * Author: hurricup (Alexandr Evstigneev) * Status: Feedback * Priority: Normal * Backport: 3.0: UNKNOWN, 3.1: UNKNOWN, 3.2: UNKNOWN ---------------------------------------- As far as I understand headers, it still should be available. Still: ``` hurricup@AM-UNIT-0002:/usr/share/rvm/rubies$ nm -gD ruby-3.2.2/lib/libruby.so |grep ruby_vm_event_enabled_global_flags 00000000004497f4 B ruby_vm_event_enabled_global_flags hurricup@AM-UNIT-0002:/usr/share/rvm/rubies$ nm -gD ruby-3.3.0-preview1/lib/libruby.so |grep ruby_vm_event_enabled_global_flags hurricup@AM-UNIT-0002:/usr/share/rvm/rubies$ ``` Installed via `rvm` master with `--disable-binary` -- https://bugs.ruby-lang.org/ ______________________________________________ ruby-core mailing list -- ruby-core@ml.ruby-lang.org To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org ruby-core info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-core.ml.ruby-lang.org/