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

[feat] Loosen find_references #831

Merged
merged 1 commit into from
Oct 28, 2024
Merged

[feat] Loosen find_references #831

merged 1 commit into from
Oct 28, 2024

Commits on Oct 28, 2024

  1. [feat] Loosen find_references

    Prior, find references would take the arity into account. This was
    because in elixir, a functin is defined by its name and its
    arity. However in practice, you more than not want to see a all the
    calls of a function with a given name rather than a specific
    head. This is especially true for functions with default arguments.
    
    As a result, this change looks for functions with a given name and any arity.
    scohen committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    ef87ad1 View commit details
    Browse the repository at this point in the history