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

Log nothing when class is found #7897

Merged
merged 2 commits into from
Sep 26, 2023
Merged

Conversation

JaroslavTulach
Copy link
Member

@JaroslavTulach JaroslavTulach commented Sep 26, 2023

Pull Request Description

Fixes #7895.

Checklist

Please ensure that the following checklist has been satisfied before submitting the PR:

  • All code follows the
    Java,
  • All code has been tested:
    • Verified manually

@JaroslavTulach JaroslavTulach added the CI: No changelog needed Do not require a changelog entry for this PR. label Sep 26, 2023
@JaroslavTulach JaroslavTulach self-assigned this Sep 26, 2023
}
}
for (var ex : collectedExceptions) {
logger.log(Level.WARNING, null, ex);
Copy link
Member Author

Choose a reason for hiding this comment

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

Print out all collected exceptions, return null and the system to throw Enso PanicException

@JaroslavTulach JaroslavTulach merged commit 3094dc7 into develop Sep 26, 2023
26 checks passed
@JaroslavTulach JaroslavTulach deleted the wip/jtulach/LogOnNotFound_7895 branch September 26, 2023 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI: No changelog needed Do not require a changelog entry for this PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Spurious warning when loading inner Java classes into Enso
4 participants