-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support.plugin: gracefully handle plugin load errors.
This most notably improves the case where stale entry points metadata refers to a nonexistent applet (e.g. because it was removed, or because the applet was developed in a different branch of an editable install), which before this commit entirely breaks the CLI. This commit catches load errors and displays a nice error message in the UI. This commit also improves help text for plugins with unmet requirements.
- Loading branch information
1 parent
8bf6305
commit 4768c50
Showing
2 changed files
with
52 additions
and
23 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