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

Revert "Warn on unknown command line arguments" #99300

Merged
merged 1 commit into from
Nov 16, 2024

Conversation

akien-mga
Copy link
Member

This reverts commit 8379cc8.

This caused some regressions, as this approach doesn't properly handle all possible arguments.

I still think #98895 is a desirable change but it needs more work to handle things without false positives. We've tried several times in the past and it's not easy. I prefer we revert for now instead of adding hacks to work around the regressions.

This reverts commit 8379cc8.

This caused some regressions, as this approach doesn't properly handle all
possible arguments.
@akien-mga akien-mga added this to the 4.4 milestone Nov 15, 2024
@akien-mga akien-mga requested a review from a team as a code owner November 15, 2024 20:51
@akien-mga akien-mga requested a review from Calinou November 15, 2024 20:51
@TCROC
Copy link
Contributor

TCROC commented Nov 15, 2024

Was just about to report this as an issue! Glad to see a PR in for it! :)

Copy link
Member

@AThousandShips AThousandShips left a comment

Choose a reason for hiding this comment

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

Agreeing with the fundamental concerns, and raised them in relation to the error option for this, needs some rethinking

@akien-mga akien-mga merged commit 5efd124 into godotengine:master Nov 16, 2024
20 checks passed
@akien-mga akien-mga deleted the revert-pr98895 branch November 16, 2024 11:35
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.

Editor warns about unknown argument for the -s parameter Fail to build mono glue
4 participants