godotengine / godot-cpp

C++ bindings for the Godot script API
MIT License
1.69k stars 528 forks source link

Cherry-picks for the godot-cpp 4.1 branch - 11th batch #1491

Closed dsnopek closed 3 months ago

dsnopek commented 3 months ago

The 11th batch of PR's marked with cherrypick:4.1

dsnopek commented 3 months ago

Ugh. This is failing CI because it's running the tests with Godot master, rather than Godot 4.1. :-/ On the one hand, it's nice running against master, because that tells us we did a good job with backwards compatibility. But on the other hand, the 4.1 branch should probably be tested against Godot 4.1, to ensure we still work with that version, AND to avoid issues like this...

AThousandShips commented 3 months ago

Might be worth to swap branch for right now and discuss how to proceed later just to make sure we can run and work with everything