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

PR: Avoid crashes at startup due to faulty/outdated external plugins #22550

Merged
merged 1 commit into from
Sep 22, 2024

Conversation

ccordoba12
Copy link
Member

Description of Changes

  • Before we were loading external plugins in a try/except that caught only a handful of errors.
  • Now we catch any exception, which is more robust.

Issue(s) Resolved

I think this is important after seeing what was reported on issue #22419.

Affirmation

By submitting this Pull Request or typing my (user)name below,
I affirm the Developer Certificate of Origin
with respect to all commits and content included in this PR,
and understand I am releasing the same under Spyder's MIT (Expat) license.

I certify the above statement is true and correct: @ccordoba12

@ccordoba12 ccordoba12 added this to the v6.0.1 milestone Sep 22, 2024
@ccordoba12 ccordoba12 self-assigned this Sep 22, 2024
@ccordoba12 ccordoba12 merged commit d827dcf into spyder-ide:master Sep 22, 2024
14 checks passed
@ccordoba12 ccordoba12 deleted the avoid-startup-crashes branch September 22, 2024 22:32
@ccordoba12
Copy link
Member Author

@meeseeksdev please backport to 6.x

meeseeksmachine pushed a commit to meeseeksmachine/spyder that referenced this pull request Sep 22, 2024
ccordoba12 added a commit that referenced this pull request Sep 23, 2024
… faulty/outdated external plugins) (#22553)

Co-authored-by: Carlos Cordoba <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant