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

Fix swift-api-digester search paths #7664

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

Fix swift-api-digester search paths #7664

wants to merge 3 commits into from

Commits on Jun 13, 2024

  1. Fix swift-api-digester search paths

    Fixes an architecture and implementation bug where the include paths
    for `swift-api-digester` were being determined inside build plan instead
    of by the target build description.
    
    This is effectively the same change as #7621 but for api-digester rather
    than symbolgraph-extract.
    
    This commit also leaves hooks in to enable api-digester on clang modules
    as a future improvement.
    rauhul committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c7ecfa5 View commit details
    Browse the repository at this point in the history
  2. remove debug code

    rauhul committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    b87a0bc View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

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