George Marques
|
262d6c6bef
|
GDScript: Show specific error when "yield" is used
To help people porting code, it gives a hint to use "await" instead of a
generic error.
|
2021-09-21 14:38:14 -03:00 |
|
Rémi Verschelde
|
82c12060b2
|
Merge pull request #52718 from Calinou/gdscript-add-integration-tests-2
|
2021-09-21 14:13:24 +02:00 |
|
George Marques
|
651319de11
|
GDScript: Properly catch error when missing index in subscript
|
2021-09-17 14:31:51 -03:00 |
|
Hugo Locurcio
|
c6ca09dc6f
|
Add more integration tests to the GDScript test suite
This also fixes a typo in the `bitwise_float_right_operand.gd` test.
|
2021-09-15 19:57:39 +02:00 |
|
Rémi Verschelde
|
a4187c9235
|
Merge pull request #52706 from vnen/gdscript-ternary-operator-crash
GDScript: Show error when missing expression after ternary else
|
2021-09-15 17:20:52 +02:00 |
|
George Marques
|
107af38fd1
|
GDScript: Show error when missing expression after ternary else
|
2021-09-15 11:43:36 -03:00 |
|
George Marques
|
d49046938a
|
GDScript: Show error on unary operators without argument
|
2021-09-15 11:08:59 -03:00 |
|
Hugo Locurcio
|
c0083c0f90
|
Add dozens of new integration tests to the GDScript test suite
This also ignores `.out` files in the file format static checks.
|
2021-09-14 18:42:08 +02:00 |
|
kobewi
|
c7452a9940
|
Fix crash with consecutive commas in Dictionary
|
2021-09-10 15:38:24 +02:00 |
|
Louis Dumont
|
79578a5625
|
Fixed crash when parsing an empty assignment.
Resolves #51620.
|
2021-08-25 18:48:08 +02:00 |
|
Andrii Doroshenko (Xrayez)
|
1e26bf23c2
|
Rename GDScript test script filenames to use snake_case
|
2021-04-16 22:16:19 +03:00 |
|