From: jean.boussier@... Date: 2020-05-06T17:25:03+00:00 Subject: [ruby-core:98154] [Ruby master Bug#16834] rb_profile_frame_classpath only recognize class singleton methods, not module singleton methods Issue #16834 has been reported by byroot (Jean Boussier). ---------------------------------------- Bug #16834: rb_profile_frame_classpath only recognize class singleton methods, not module singleton methods https://bugs.ruby-lang.org/issues/16834 * Author: byroot (Jean Boussier) * Status: Open * Priority: Normal * ruby -v: ruby 2.5.5p157 ruby 2.6.6p146 ruby 2.8.0dev * Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN ---------------------------------------- Proposed patch: https://github.com/ruby/ruby/pull/3084 Right now `SomeClass.method` is properly named, but `SomeModule.method` is displayed as `#.method` which makes profiling annoying. This particularly impact StackProf. it's a problem at least since Ruby 2.5, maybe older but there's not point backporting that far back. -- https://bugs.ruby-lang.org/ Unsubscribe: