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

[FEATURE REQUEST] Check python syntax when saving edits to plugins #64

Open
gabriel-v opened this issue Mar 20, 2024 · 0 comments
Open
Assignees

Comments

@gabriel-v
Copy link

Problem:

Syntax errors are not captured at save time, instead they happen at plugin execution time, at which point the error only shows up in the logs.

Feature description:

  • check python syntax before accepting plugin edit / load / execution (calling ast.parse on the python text should be enough)
  • display errors in a more obvious way (a dedicated error console with 10min of history would be nice)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants