virtualx-engine/modules/gdscript/tests/scripts
ocean (they/them) 6c28b8edd3 GDScript: fix regression when checking for virtual function implementation.
Unfortunately it appears the virtual function checks in #77324 are not
trustworthy at runtime, because objects can have scripts attached, but
this information is not always available at compile-time. These checks
need to be removed.

The rest of the PR is still useful, making all method flags available to
the analyzer, so a full revert isn't necessary/desirable.

This reopens #76938, which will need another solution.
2023-06-21 15:13:45 -04:00
..
analyzer GDScript: fix regression when checking for virtual function implementation. 2023-06-21 15:13:45 -04:00
parser Fix lambda parsing continuing on subsequent lines #73273 2023-06-21 12:56:57 +02:00
runtime Merge pull request #73540 from mashumafi/fix-typed-array-add 2023-06-20 15:12:39 +02:00
.gitignore Add runner for GDScript testing 2021-04-08 09:34:59 -03:00
project.godot Add runner for GDScript testing 2021-04-08 09:34:59 -03:00