George Marques

Results 82 comments of George Marques

> But if I give an abstract example of an annotation, you can't tell if an argument is an identifier or a string without knowing what the annotation is and...

This a bit unrelated with `await`, except for the fact that it relies on signals to operate. The function is resumed after `await` by a new call, and if the...

Note that this would be wrong on the current master also, it would show `EditorScript.static_func()` which isn't a valid way to call it. We can either accept this as small...

There's an extra problem here that we cannot properly validate the call if the argument is of type Variant, because the function itself might restrict which types are actually acceptable...

There are some weird errors on the CI tests though, not sure what's going on.

Yeah, the old behavior was wrong. For a Callable you need an object and a method name, but in a static constant there's no object. Maybe we can consider adding...

To be clear, this is unrelated to the IR proposal. The proposal itself will take some time to solidify because it needs approval from the maintainers and not everyone think...

Updated to set the compressed mode as the default.

> Some accidental reverts, see above I thought `git push --force-with-lease` would prevent this. I'll have to be more careful from now on.

Reviving this, do we want to move forward? I wonder what's the solution for invalid default values (e.g. when `0` is outside the range or does not belong to the...