virtualx-engine/modules/gdscript/tests/scripts
George Marques 4bdba718c5
GDScript: Infer type with string format operator
If the left value type is known to be String, assume the format operator
(`%`) will return a string, since it works with any type in the right
hand side. This is also used by type inference even if the right hand
type is unknown at compile time.
2024-04-10 11:49:30 -03:00
..
analyzer GDScript: Infer type with string format operator 2024-04-10 11:49:30 -03:00
completion Cleanup 2024-03-01 13:06:37 +01:00
lsp Add unit test runner for autocompletion 2024-01-05 17:49:51 +01:00
parser GDScript: Fix @warning_ignore annotation issues 2024-03-12 19:00:06 +03:00
runtime Add tests for signal await with parameters 2024-04-08 19:12:01 +02:00
.gitignore Add runner for GDScript testing 2021-04-08 09:34:59 -03:00
project.godot Add unit test runner for autocompletion 2024-01-05 17:49:51 +01:00
utils.notest.gd Support Array and PackedArray in @export_* 2024-03-06 16:17:54 +09:00