-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
GD-501: Add support for Godot 4.3 beta1 #501
Labels
CI
CI - Workflow
dependencies
Pull requests that update a dependency file
Exclude from release nodes
This issue is an internal fix only and do not report at release notes.
godot related issue
Its a bug by Godot engine and can't be fixed by GdUnit
refactoring
Mark to refactoring a implementation
Milestone
Comments
MikeSchulze
added
refactoring
Mark to refactoring a implementation
godot related issue
Its a bug by Godot engine and can't be fixed by GdUnit
CI
CI - Workflow
dependencies
Pull requests that update a dependency file
Exclude from release nodes
This issue is an internal fix only and do not report at release notes.
labels
Jun 15, 2024
MikeSchulze
changed the title
Add support for Godot 4.3 beta1
GD-501: Add support for Godot 4.3 beta1
Jun 15, 2024
MikeSchulze
added a commit
that referenced
this issue
Jun 15, 2024
# Why see #501 # What - added Godot 4.3.beta1 to the CI workflow - fixed enum default value warnings - fixed unused signal warnings - fixed missing test-suite icon resource - fixed failing input action tests -
MikeSchulze
added a commit
that referenced
this issue
Jun 15, 2024
# Why see #501 # What - added Godot 4.3.beta1 to the CI workflow - fixed enum default value warnings - fixed unused signal warnings - fixed missing test-suite icon resource - fixed failing input action tests -
MikeSchulze
added a commit
that referenced
this issue
Jun 15, 2024
# Why see #501 # What - added Godot 4.3.beta1 to the CI workflow - fixed enum default value warnings - fixed unused signal warnings - fixed missing test-suite icon resource - fixed failing input action tests -
MikeSchulze
added a commit
that referenced
this issue
Jun 15, 2024
# Why see #501 # What - added Godot 4.3.beta1 to the CI workflow - fixed enum default value warnings - fixed unused signal warnings - fixed missing test-suite icon resource - fixed failing input action tests -
MikeSchulze
added a commit
that referenced
this issue
Jun 15, 2024
# Why see #501 # What - added Godot 4.3.beta1 to the CI workflow - fixed enum default value warnings - fixed unused signal warnings - fixed missing test-suite icon resource - fixed failing input action tests -
MikeSchulze
added a commit
that referenced
this issue
Jun 16, 2024
# Why see #501 # What - added Godot 4.3.beta1 to the CI workflow - fixed enum default value warnings - fixed unused signal warnings - fixed missing test-suite icon resource - fixed failing input action tests -
MikeSchulze
added a commit
that referenced
this issue
Jun 16, 2024
# Why see #501 # What - added Godot 4.3.beta1 to the CI workflow - fixed enum default value warnings - fixed unused signal warnings - fixed missing test-suite icon resource - fixed failing input action tests -
MikeSchulze
added a commit
that referenced
this issue
Jun 16, 2024
# Why see #501 # What - added Godot 4.3.beta1 to the CI workflow - fixed enum default value warnings - fixed unused signal warnings - fixed missing test-suite icon resource - fixed failing input action tests -
MikeSchulze
added a commit
that referenced
this issue
Jun 16, 2024
# Why see #501 # What - added Godot 4.3.beta1 to the CI workflow - fixed enum default value warnings - fixed unused signal warnings - fixed missing test-suite icon resource - fixed failing input action tests -
MikeSchulze
added a commit
that referenced
this issue
Jun 16, 2024
# Why see #501 # What - added Godot 4.3.beta1 to the CI workflow - fixed enum default value warnings - fixed unused signal warnings - fixed missing test-suite icon resource - fixed failing input action tests -
MikeSchulze
added a commit
that referenced
this issue
Jun 16, 2024
# Why see #501 # What - added Godot 4.3.beta1 to the CI workflow - fixed enum default value warnings - fixed unused signal warnings - fixed missing test-suite icon resource - fixed failing input action tests - use typed values in GdObject to avoid bug godotengine/godot#93193 - add `TYPE_PACKED_VECTOR4_ARRAY` constant to be used on Godot versions less than 4.3 (is introduced with beta1)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CI
CI - Workflow
dependencies
Pull requests that update a dependency file
Exclude from release nodes
This issue is an internal fix only and do not report at release notes.
godot related issue
Its a bug by Godot engine and can't be fixed by GdUnit
refactoring
Mark to refactoring a implementation
A Task is not a bug or feature request
Description
The new beta1 version of Godot 4.3 is out and needs to be tested against GdUnit4
Acceptance criteria
add Godot 4.3.beta1 to the CI test WF, fix failing stuff
The text was updated successfully, but these errors were encountered: