-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rearchitect diagnostics reporting in bloop
Motivation: supporting BSP v2 diagnostics reporting. The following commit introduces: 1. Clearer separation of diagnostics reporting for CLI and for BSP. (Both have opposing interests when it comes to reporting diagnostics) 2. Add in-depth tests that check the correct behaviour of BSP reporting for clients, including reporting whenever errors are cleared or whenever there is a no-op incremental cycle. 3. Find a better way of getting previous compilation problems that doesn't depend on the source infos of the Zinc analysis.
- Loading branch information
Showing
15 changed files
with
449 additions
and
207 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.