Tom Evans
bd081df519
Fix for marking assert lines as safe bug
...
Calling _reduce_node_type from GDScriptParser::_parse_block for assert
was using a current class with a scope that didn't include all
functions. Now calling in GDScriptParser::_check_block_types uses the
right class type. We also now check the assert node message. The assert
line was added to the set_errors associated with assert, since before
the error would be reported on the next line
2020-04-27 20:25:54 -05:00
..
2020-04-09 15:33:01 +10:00
2020-04-02 13:38:00 +02:00
2020-04-02 13:38:00 +02:00
2020-04-02 13:38:00 +02:00
2020-04-27 11:37:47 +02:00
2020-03-30 09:05:53 +02:00
2020-04-07 10:02:18 +02:00
2020-03-30 09:05:53 +02:00
2020-04-20 21:21:58 -03:00
2020-04-02 13:38:00 +02:00
2020-04-20 21:21:58 -03:00
2020-03-30 09:05:53 +02:00
2020-04-21 10:15:40 +02:00
2020-04-02 13:38:00 +02:00
2020-04-27 20:25:54 -05:00
2020-03-30 09:05:53 +02:00
2020-04-02 13:38:00 +02:00
2020-04-02 13:38:00 +02:00
2020-04-02 13:38:00 +02:00
2020-04-02 13:38:00 +02:00
2020-04-02 13:38:00 +02:00
2020-04-09 15:33:01 +10:00
2020-04-23 18:55:44 +02:00
2020-03-30 09:05:53 +02:00
2020-04-06 13:22:31 +02:00
2020-03-30 09:05:53 +02:00
2020-04-20 21:21:58 -03:00
2020-04-02 13:38:00 +02:00
2020-03-30 09:05:53 +02:00
2020-04-02 13:38:00 +02:00
2020-04-02 13:38:00 +02:00
2020-04-02 13:38:00 +02:00
2020-04-20 21:21:58 -03:00
2020-04-02 13:38:00 +02:00
2020-04-13 02:25:39 -03:00
2020-04-02 13:38:00 +02:00
2020-04-21 10:15:40 +02:00
2020-03-30 09:05:53 +02:00
2020-04-20 21:21:58 -03:00
2020-04-02 13:38:00 +02:00
2020-04-02 13:38:00 +02:00
2020-04-02 13:38:00 +02:00
2020-04-22 15:34:00 +02:00
2020-03-30 09:05:53 +02:00
2020-02-11 11:53:29 +01:00
2020-04-09 15:15:52 +02:00