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

Update Gut addon to 9.3.0 #300

Merged
merged 3 commits into from
Nov 6, 2024
Merged

Update Gut addon to 9.3.0 #300

merged 3 commits into from
Nov 6, 2024

Conversation

wjt
Copy link
Member

@wjt wjt commented Nov 4, 2024

My original hope was that a newer Gut would avoid 4.4.0-dev3 crashing in a branch where I tried to add that version to the CI matrix. On closer inspection it's actually crashing at the --import step, and this doesn't help at all, but now I've done this update (which mainly involved working around a command line argument handling regression) I thought I may as well separate out these patches.

gut's cmdline script accepts a number of command-line arguments. It
appears that the Godot engine removes most of its own options from the
argument list available to user code, but it leaves any `--script FOO`
or `-s FOO` arguments in place.

gut 9.2.1 understands both the `--script` and `-s` forms, but gut 9.3.0
only understands the `-s` form and raises an error if the `--script`
form is used.

bitwes/Gut#667
@dbnicholson dbnicholson merged commit 7799e93 into main Nov 6, 2024
3 checks passed
@dbnicholson dbnicholson deleted the push-rpnywwquuqrn branch November 6, 2024 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants