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

Stubs generation doesn't correctly stop when encountering errors #2814

Closed
cursive-ide opened this issue Jul 3, 2023 · 0 comments
Closed
Labels
bug Marks issues describing bugs released Marks issues which have had the fixes released in a stable build
Milestone

Comments

@cursive-ide
Copy link
Owner

If the stub generation produces an error, occasionally Cursive doesn't catch the error correctly. Additionally, if the user has automatic stub generation enabled, this will cause the generation to loop indefinitely.

  1. Ensure that the current error case (data_readers conflict) is caught.
  2. When errors occur during the stub generation, turn off automatic generation. This will cause the notification to be shown when generation is next required, and the user can opt to turn it back on then.
@cursive-ide cursive-ide added the bug Marks issues describing bugs label Jul 3, 2023
@cursive-ide cursive-ide added this to the 1.13.0-eap6 milestone Jul 3, 2023
@cursive-ide cursive-ide added the released Marks issues which have had the fixes released in a stable build label Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Marks issues describing bugs released Marks issues which have had the fixes released in a stable build
Projects
None yet
Development

No branches or pull requests

1 participant