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

Minor follow up to #9528 #9841

Merged
merged 9 commits into from
May 7, 2024
Merged

Minor follow up to #9528 #9841

merged 9 commits into from
May 7, 2024

Conversation

hubertp
Copy link
Contributor

@hubertp hubertp commented May 2, 2024

Pull Request Description

While playing with the implementation addressed some PR comments of mine and applied DRY.

@hubertp hubertp added the CI: No changelog needed Do not require a changelog entry for this PR. label May 2, 2024
Addressing some PR comments, DRY.
Copy link
Member

@JaroslavTulach JaroslavTulach left a comment

Choose a reason for hiding this comment

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

Thanks for enabling frgaalJavaCompilerSetting without it the other IDEs don't support Enso sources.

Make sure test executor has sufficient time to shutdown properly.
try (var executor = Executors.newSingleThreadExecutor();
var parser = new ParserPolyfill()) {
// Can't use try-with-resource in ExecutorService because API was added in JDK19
var executor = Executors.newSingleThreadExecutor();
Copy link
Contributor

Choose a reason for hiding this comment

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

oh, wow, I wonder why the compiler was not complaining before

lib/java/ydoc-server/src/main/java/org/enso/ydoc/Main.java Outdated Show resolved Hide resolved
@hubertp hubertp added the CI: Ready to merge This PR is eligible for automatic merge label May 7, 2024
@mergify mergify bot merged commit 930f3c5 into develop May 7, 2024
35 checks passed
@mergify mergify bot deleted the wip/hubert/ydoc-nits branch May 7, 2024 08:12
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. CI: Ready to merge This PR is eligible for automatic merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants