-
Notifications
You must be signed in to change notification settings - Fork 210
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
Before loading any of the API structs, look for version "1.3" and abort if found #396
Labels
bug
c: sys
Component: low-level bindings (mod sys)
status: godot-4
Issues concerning Godot 4.0 (current Vulkan branch)
Comments
ghost
added
bug
status: godot-4
Issues concerning Godot 4.0 (current Vulkan branch)
c: sys
Component: low-level bindings (mod sys)
labels
Jun 2, 2020
FYI, your pleas seem to have been listened to:
However, you may also be interested in / impacted by these: |
halzy
added a commit
to halzy/godot-rust
that referenced
this issue
Jun 26, 2020
halzy
added a commit
to halzy/godot-rust
that referenced
this issue
Jun 26, 2020
halzy
added a commit
to halzy/godot-rust
that referenced
this issue
Jun 30, 2020
bors bot
added a commit
that referenced
this issue
Jun 30, 2020
476: #396: panic for api v1.3 (Godot 4) r=toasteater a=halzy Co-authored-by: Benjamin Halsted <[email protected]>
ghost
mentioned this issue
Sep 3, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
c: sys
Component: low-level bindings (mod sys)
status: godot-4
Issues concerning Godot 4.0 (current Vulkan branch)
The core team does not care about semver, and have decided to change all the API structs retroactively. This will break everything horribly. Luckily they left us a tiny window of sanity by adding a new "1.3` version. We will use this to tell if the host is Godot 4.0, and abort since we aren't supporting it yet.
The text was updated successfully, but these errors were encountered: