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

[1.x] Emit SourceInfos when incremental compilation fails #1306

Merged
merged 1 commit into from
Sep 27, 2024

Commits on Sep 27, 2024

  1. Emits SourceInfos when incremental compilation fails

    Zinc does not provide a way to surface list of all problems present in a
    codebase.
    
    This PR builds SourceInfos in Analysis Callback and in `handleErrors`,
    the compiler bridge then throws an exception containing the SourceInfos
    so build tools like sbt can access the informations.
    
    Closes sbt#932
    Friendseeker authored and Friendseeker committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    2855609 View commit details
    Browse the repository at this point in the history