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

disable KSPAATest on release branch #1532

Merged
merged 5 commits into from
Sep 13, 2023

Commits on Sep 13, 2023

  1. Remove compiler dependency on test utils.

    Moved incremental related processors to compiler-plugin module
    as they relies on resolver implementation.
    
    (cherry picked from commit d723d23)
    neetopia committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    3c9b525 View commit details
    Browse the repository at this point in the history
  2. Remove compiler from common-utils.

    fork utils that depends on compilers into their own modules.
    
    (cherry picked from commit 0e1aaaa)
    neetopia committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    9f71fd3 View commit details
    Browse the repository at this point in the history
  3. Reorganize test dependencies.

    * so that analysis-api does not depend on compiler anymore.
    
    (cherry picked from commit a9e9008)
    neetopia committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    ff10b52 View commit details
    Browse the repository at this point in the history
  4. remove unused KspOptions and KSPCommandLineProcessor from analysis api

    (cherry picked from commit 19c5b55)
    neetopia committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    7630568 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f935e01 View commit details
    Browse the repository at this point in the history