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

Cleanup obsolete tests from displaying in help #40832

Merged
merged 1 commit into from
Jul 29, 2020
Merged

Cleanup obsolete tests from displaying in help #40832

merged 1 commit into from
Jul 29, 2020

Conversation

Xrayez
Copy link
Contributor

@Xrayez Xrayez commented Jul 29, 2020

Previous tests cannot be run with the current doctest runner, so makes sense just to remove the list to prevent confusion.

Some tests still have to be ported as described in #40659.

Let it go. 🙂

@@ -262,25 +262,20 @@ void Main::print_help(const char *p_binary) {
OS::get_singleton()->print(" -h, --help Display this help message.\n");
OS::get_singleton()->print(" --version Display the version string.\n");
OS::get_singleton()->print(" -v, --verbose Use verbose stdout mode.\n");
OS::get_singleton()->print(
" --quiet Quiet mode, silences stdout messages. Errors are still displayed.\n");
OS::get_singleton()->print(" --quiet Quiet mode, silences stdout messages. Errors are still displayed.\n");
Copy link
Member

Choose a reason for hiding this comment

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

This is longer than 120 chars, which is why it was split by black. Why does CI pass?

Copy link
Contributor Author

@Xrayez Xrayez Jul 29, 2020

Choose a reason for hiding this comment

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

Because it's clang-format? 😮

I dunno why it got split though, quite ugly if you ask me, breaks alignment heavily.

Copy link
Member

Choose a reason for hiding this comment

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

Welp nevermind me. I don't know why those had been split either.

Copy link
Member

@akien-mga akien-mga Jul 29, 2020

Choose a reason for hiding this comment

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

Looks like it was done by @RevoluPowered in 5793428 who is known for struggling with respecting the style guide :P

@akien-mga akien-mga added this to the 4.0 milestone Jul 29, 2020
@akien-mga akien-mga merged commit 7b17cd2 into godotengine:master Jul 29, 2020
@akien-mga
Copy link
Member

Thanks!

@Xrayez Xrayez deleted the tests-cleanup branch July 29, 2020 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants