-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: catch panics when type checking logs warning (#2000)
The type checker is meant to catch user configuration errors that would eventually cause a panic. We are currently only logging a warning so we are not preventing the panic from happening. Even though we have the additional warning, it is still confusing to users and some do not correlate the warning with the panic. This PR catches the panic when we do have type errors so that the user will only see the warning and not the panic. closes #1987
- Loading branch information
Showing
5 changed files
with
463 additions
and
33 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
Oops, something went wrong.