-
-
Notifications
You must be signed in to change notification settings - Fork 378
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Warn GHC 9 Compatibility to LSP Client (#1992)
* Test 9.0.1 for windows and macOS * Refactorize ghc checking in tests * Correct imports/exports * Replace CPP checks with ghcVersion * Use GHC cpp and remove 8.4 * Use the ghc version runtime checker * HLINT ann ignored for ghc-9 too * Mark test as broken for win and ghc-9 * Use GHC90 in eval tests * Avoid reformatting code * Remove not supported ghc-8.4 * Disable tests for macos and ghc-9.0.1 * Updates README to warn GHC 9 support situation * Send warning to LSP client when used on GHC 9 * Stop using CPP and adds ad-hoc version discover logic in Development.IDE.GHC.Util * Use ghcVersion check * Convert alert to log message Co-authored-by: jneira <atreyu.bbb@gmail.com>
- Loading branch information
Showing
2 changed files
with
13 additions
and
2 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