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

Find References #405

Merged
merged 7 commits into from
Oct 31, 2023
Merged

Find References #405

merged 7 commits into from
Oct 31, 2023

Commits on Oct 25, 2023

  1. Find References

    Added initial implementation of find references. It presently works
    for any module-like thing that can be recognized by Entity.resolve,
    like Modules, aliased modules, __MODULE__ and structs.
    scohen committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    e76afc8 View commit details
    Browse the repository at this point in the history
  2. Fixed dialyzer

    scohen committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    41f9e32 View commit details
    Browse the repository at this point in the history
  3. removed index_ready message

    scohen committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    47b02d0 View commit details
    Browse the repository at this point in the history
  4. removed unused imports

    scohen committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    f9bd5d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2385e33 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Placed indexing behind envar

    In order to enable indexing, you must do
    `ENABLE_INDEXING=true mix package`
    scohen committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    98eec67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ff05a9 View commit details
    Browse the repository at this point in the history