-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade validation warnings to errors flag (#19259)
* Split errors into errors that can turn into warnings (or vice versa) * Add warn-bad-interface-instances flag * fix compilation errors, finish implementation of swap * Add tests for warn-bad-interface-instances flag * Bump - try to rebuild? run-all-tests: true * Don't do single-package checks if typecheck-upgrades: true * Fix tests that break on warn-bad-interface-instances * Lint * Move WEWarningToError to Error type, remove commented code Also: - Mark integration tests as flaky again - Whitespace * Check errors & warns aren't emitted when upgrades/typechecking disabled * Update error message & expected error message
- Loading branch information
Showing
17 changed files
with
765 additions
and
476 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
Oops, something went wrong.