Skip to content

Minor quality of life improvements #12952

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

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

hubertp
Copy link
Collaborator

@hubertp hubertp commented Apr 25, 2025

Pull Request Description

The number of warnings during compilation has increased recently. This PR attempts to ignore/fix some of them, so that we don't miss the important stuff.

Checklist

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

  • All code follows the
    Scala,
    Java,
    TypeScript,
    and
    Rust
    style guides. In case you are using a language not listed above, follow the Rust style guide.

The number of warnings during compilation has increased recently.
This PR attempts to ignore/fix some of them, so that we don't miss the
important stuff.
@hubertp hubertp added the CI: No changelog needed Do not require a changelog entry for this PR. label Apr 25, 2025
} catch (InterruptedException e) {
System.out.println(
"Server main thread was unexpectedly interrupted. The server will now stop.");
System.in.read();
Copy link
Contributor

Choose a reason for hiding this comment

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

I have always wished that pressing return did not quit the server...

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I can check for a specific keyword :p
In all seriousness, I'm not sure what is a better alternative for this testing tool?

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.

4 participants