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

Run tests with Godot 4.4 prerelease #299

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

Run tests with Godot 4.4 prerelease #299

wants to merge 6 commits into from

Conversation

wjt
Copy link
Member

@wjt wjt commented Nov 4, 2024

This is potentially interesting because we have translation-related code
that behaves differently between 4.4 (which has some new API) and older
versions (which do not).

Stacked on:

@wjt wjt force-pushed the push-lznrutvsqowt branch from 69d5538 to 01baea5 Compare November 4, 2024 10:31
@wjt
Copy link
Member Author

wjt commented Nov 4, 2024

The Godot 4.4 process segfaults when running tests – not too promising.

@wjt wjt force-pushed the push-lznrutvsqowt branch 3 times, most recently from 904f899 to de28fb1 Compare November 4, 2024 14:49
.github/workflows/checks.yaml Outdated Show resolved Hide resolved
This will make future diffs that add and remove engine versions more
legible.
@wjt wjt force-pushed the push-lznrutvsqowt branch 2 times, most recently from b734ac9 to 6964485 Compare December 18, 2024 11:37
@wjt wjt marked this pull request as ready for review December 18, 2024 11:56
wjt added 3 commits December 18, 2024 11:58
Godot 4.3 has been available for 4 months and it seems unlikely that anyone
will have a pressing need to add blocks to a Godot 4.2 project.

Although we have been running unit tests against 4.2 in CI, those do not
cover the full functionality of the plugin. To the best of my knowledge,
no-one is regularly testing the plugin interactively against Godot 4.2.

Set the minimum version in the asset library template. Drop 4.2 from the
CI test matrix.
Now that Godot 4.3 is the minimum supported version, we can use this
new method to merge two dictionaries a little more tersely.
This backs out commit 99e2dc1.

We now require Godot 4.3.
@wjt wjt marked this pull request as draft December 18, 2024 11:59
@wjt wjt force-pushed the push-lznrutvsqowt branch from 6964485 to 84f9221 Compare December 18, 2024 11:59
wjt added 2 commits December 18, 2024 18:42
We now require Godot 4.3, which introduces this method.
This is potentially interesting because we have translation-related code
that behaves differently between 4.4 (which has some new API) and older
versions (which do not).
@wjt wjt force-pushed the push-lznrutvsqowt branch from 84f9221 to c0bd30f Compare December 18, 2024 18:44
@manuq
Copy link
Contributor

manuq commented Dec 19, 2024

All checks have passed!

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