You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
840: Fix unresolved enum name in bindings generator r=Bromeon a=Bromeon
Example: when using godot-rust with the VoxelTools engine module, the api.json has many nested `Result` types. In some occurrences, these identifiers are prefixed with the containing class, e.g. `VoxelStreamResult`. However, some references to these type names are not using the prefixed identifier, thus creating compile errors (see commit message for details).
This PR addresses this by prefixing other occurrences, when enums are constructed.
Co-authored-by: Jan Haller <[email protected]>
0 commit comments