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

Print sync error in UI #7297

Closed

Conversation

dkashyn-sfdc
Copy link
Contributor

@dkashyn-sfdc dkashyn-sfdc commented Feb 11, 2025

Checklist

  • I have filed an issue about this change and discussed potential changes with the maintainers.
  • I have received the approval from the maintainers to make this change.
  • This is not a stylistic, refactoring, or cleanup change.

Please note that the maintainers will not be reviewing this change until all checkboxes are ticked. See
the Contributions section in the README for more
details.

Discussion thread for this change

Issue number: #7298

Description of this change

@github-actions github-actions bot added product: CLion CLion plugin product: IntelliJ IntelliJ plugin product: GoLand GoLand plugin awaiting-review Awaiting review from Bazel team on PRs labels Feb 11, 2025
Comment on lines 349 to +350
IssueOutput.error("Internal error. Error: " + e).submit(context);
context.output(new PrintOutput(e.getMessage(), PrintOutput.OutputType.ERROR));
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be reported by the issue output above?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nvm, ToolWindowScope has no sink for issues.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mai93 Maybe we can add a sink for issues to the ToolWindowScope with Propagation.Continue?

@dkashyn-sfdc dkashyn-sfdc marked this pull request as draft February 11, 2025 15:17
@dkashyn-sfdc
Copy link
Contributor Author

This is not improving the error reporting

@LeFrosch LeFrosch marked this pull request as ready for review February 11, 2025 15:27
@github-actions github-actions bot removed the awaiting-review Awaiting review from Bazel team on PRs label Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product: CLion CLion plugin product: GoLand GoLand plugin product: IntelliJ IntelliJ plugin
Projects
Development

Successfully merging this pull request may close these issues.

5 participants