-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Fix bug with qtwebengine being optional #23703
base: master
Are you sure you want to change the base?
Conversation
Okay test failing successfully!
I'll see if I can figure out the correct fix next |
27c1eda
to
3cc69ff
Compare
Okay this seems to be working! To go the extra mile, WDYT about adding a |
Thanks for your work on this @larsoner. Unfortunately, I'm afraid it's not the right solution because we also have a command line option called Instead, I propose to move the in-app appeal message to its own plugin and declare in it the constant The message needs to be in its own plugin because we can't disable the You can take a look at our tutorial for plugin development to better understand how they work: https://spyder-ide.github.io/spyder-api-docs/plugin_development.html Also, the
Sure, I think that's a good idea. |
Description of Changes
This is mostly an issue-as-PR, it sounds like #22196 removed the dependency on QtWebEngine but then it came back in #22387. So the goals of this PR are:
if: false
statements)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:
Eric Larson