summaryrefslogtreecommitdiff
path: root/lib/cgi
diff options
context:
space:
mode:
authorJohn Hawthorn <john@hawthorn.email>2021-12-14 13:20:45 -0800
committerJohn Hawthorn <john@hawthorn.email>2021-12-14 15:22:51 -0800
commite307627b6cdafd830680ccf52bf8832c80326935 (patch)
tree06e42da44b34399b89a933ef899517a78cf976d7 /lib/cgi
parentb7ae08992f7e4c663b61a3895d29d066fa22e452 (diff)
Don't invalidate BOPs when aliases redefined
Previously when redefining an alias of a BOP, we would unnecessarily invalidate the bop. For example: class String alias len length private :len end This commit avoids this by checking that the called_id on the method entry matches the original_id on the definition.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5271
Diffstat (limited to 'lib/cgi')
0 files changed, 0 insertions, 0 deletions