Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix call-seq for aliased method with similar names #897

Merged
merged 1 commit into from
Jul 18, 2022

Commits on Jul 15, 2022

  1. Fix call-seq for aliased method with similar names

    deduplicate_call_seq has a bug that skips call-seq for methods where the
    alias is a prefix of the method name. For example, if the alias name is
    "each" and the current method name is "each_line", then
    deduplicate_call_seq will skip all call-seq for "each_line" since it
    will believe that it is for the alias.
    peterzhu2118 committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    1148988 View commit details
    Browse the repository at this point in the history