Mercerenies / gdlisp

Lisp on the Godot platform
GNU General Public License v3.0
139 stars 1 forks source link

GDExtension API nullability annotations #151

Open Mercerenies opened 6 months ago

Mercerenies commented 6 months ago

Functions like complete_code which take a Gd<Object> Rust-side but are nullable C++-side will crash right now.

Waiting on Godot to have proper GDExtension API type annotations for nullability. See https://github.com/godotengine/godot-proposals/issues/2550