Closed akien-mga closed 1 year ago
undefined label: <class_array_method_operator <
This is something to fix in makerst.py
after the inclusion of operators in the class reference.
Edit: Fixed in current 4.0-classref
via https://github.com/godotengine/godot/pull/53432
Many changes have been made and we since have enabled all the warnings on CI, so we're in a good shape now. Closing.
I started updating the class reference for 4.0 in the
4.0-classref
branch. I had to disable CI checks for warnings as there's many new warnings due to classes and methods being renamed or removed, and which were referenced throughout tutorials with:ref:
links.We need to solve those before this can be merged in
master
with warnings re-enabled.This issue is to focus specifically on those renames, not on actually rewriting tutorials to match API changes per se (we might comment out some stuff initially and put TODOs if needed to solve warnings).