Yuri :godot: on Nostr: nprofile1q…jx95w Yeah, it's not necessarily an error and the situation is ...
nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqtnle3e0exnqv9gj0w0r74chmqvrx8lnfd0jlcw9698dax7ck24tsujx95w (nprofile…x95w) Yeah, it's not necessarily an error and the situation is ambiguous. But that's also true for some other things, like ignoring return value of a function. These things can still be checked in GDScript using static analysis, and you can decide for yourself if it should be an error, a warning, or if it should be ignored. I think this can be the case for missing super calls as well.
GDScript has a system to disable specific warnings in specific code, so exceptions would also be possible.
GDScript has a system to disable specific warnings in specific code, so exceptions would also be possible.