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

Restrict symbol resolving to language #1857

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

Commits on Nov 30, 2024

  1. Restrict symbol resolving to language

    Currently, the symbol resolver runs wild and considers all nodes of all languages. When we have more instances where we have multiple languages in the same component, this craates a problem.
    
    This PR now only considers the same language as the ref we are looking for.
    oxisto committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    6bd0e29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df0d813 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3101678 View commit details
    Browse the repository at this point in the history
  4. ++

    oxisto committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    a551150 View commit details
    Browse the repository at this point in the history
  5. ++

    oxisto committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    988972f View commit details
    Browse the repository at this point in the history
  6. ++

    oxisto committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    de48ffd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    933d881 View commit details
    Browse the repository at this point in the history
  8. Fixed compile error

    oxisto committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    84cfd52 View commit details
    Browse the repository at this point in the history
  9. Fixed compile error

    oxisto committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    89176e8 View commit details
    Browse the repository at this point in the history