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

Handle precedence of generic and target-specific implementations #1430

Commits on Jul 26, 2023

  1. When dealing with an explicit target on definition search. First test…

    … for implemtnations which have a non-empty target string.
    
    If not found then fallback to non-target implementations.
    This should fix returning non-target implementations before trying to find implementations with targets.
    kwokcb committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    b8cdceb View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    64c728f View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    52576c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    083ca49 View commit details
    Browse the repository at this point in the history
  3. Clarify comments

    jstone-lucasfilm authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    5cf5bd8 View commit details
    Browse the repository at this point in the history