godot-ffi
: lazy-function-tables
broken with experimental-threads
#1025
Labels
godot-ffi
: lazy-function-tables
broken with experimental-threads
#1025
Not sure if already documented,
I was trying to build a project using gdext_coroutines and then the behaviour was really weird: this bug would only show up on
branch="master"
and not onrev=<last commit hash>
The compiler complains that the lazily initiated
static BINDING
is notSync
:long compiler output
I've tracked it down to these two features being incompatible...
The text was updated successfully, but these errors were encountered: