Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gracefully handle plugin load errors #468

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

whitequark
Copy link
Member

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.

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.
@whitequark whitequark enabled auto-merge October 24, 2023 10:20
@whitequark whitequark added this pull request to the merge queue Oct 24, 2023
Merged via the queue into GlasgowEmbedded:main with commit 646ea55 Oct 24, 2023
16 of 20 checks passed
@whitequark whitequark deleted the plugin-load-error branch October 24, 2023 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant