Top-level `def`s are private without having to call `private` to change visibility. Also there are many other tests along the same line. ```console irb(main):001> def my_method = 0 => :my_method irb(main):002> private_methods(false).las...alanwu (Alan Wu)
Previously, `:dynamic_setivar_count`, `:dynamic_getivar_count`, and `:dynamic_definedivar_count` had a percentage to the right of them in the printout with the denominator being `:send_count`. These are not sends, so move them out of th...alanwu (Alan Wu)
The GitHub Actions part particularly is for ZJIT and YJIT jobs which have a separate "Dump crash logs" fold. There doesn't seem to be a way to ask for the web UI to unfold on loading of the logs.alanwu (Alan Wu)
Applied in changeset commit:git|c32d8ae371a00fd08a785e1418e0acda1727e5eb. ---------- YJIT: Fix super() from a block method not rooted in a "def" method Previously, we unconditionally passed to the callee `GET_LEP(calling_frame)[VM_ENV_...alanwu (Alan Wu)
Previously, we unconditionally passed to the callee `GET_LEP(calling_frame)[VM_ENV_DATA_INDEX_SPECVAL]`, which in case the block containing super() is in e.g. a `class`, did not resolve to a block handler at all. Properly locate the blo...alanwu (Alan Wu)