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

Use "best matching" EDAlias in module dependence checks when placing ConditionalTask modules in Path #39409

Merged

Commits on Sep 28, 2022

  1. Use "best matching" EDAlias in module dependence checks when placing …

    …ConditionalTask modules in Path
    
    If the EDAlias has wildcards for one module, and more specific aliases
    for another module, we should use the one that has the most
    constrained match. There is one ambiguous case left, for which an
    exception is thrown. I hope we won't encounter that situation in
    practice.
    
    The problem was encountered with a SwitchProducer having the EDAlias
    case, but I think the problem could happen also without
    SwitchProducer.
    makortel committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    5b46812 View commit details
    Browse the repository at this point in the history