Add raise_status()
to GDScript
#195
Annotations
10 errors
modules/gdscript/gdscript.cpp#L984
#endif without #if
|
modules/gdscript/gdscript_cache.h#L44
redeclaration of 'HashMap<String, GDScriptParserRef*> GDScriptCache::parser_map'
|
modules/gdscript/gdscript.cpp#L816
cannot convert 'GDScript*' to 'const String&'
|
modules/gdscript/gdscript.cpp#L899
'is_cached_script' is not a member of 'GDScriptCache'
|
modules/gdscript/gdscript.cpp#L921
'class GDScriptAnalyzer' has no member named 'resolve_class_inheritance'; did you mean 'resolve_class_interface'?
|
modules/gdscript/gdscript.cpp#L925
no matching function for call to 'GDScriptAnalyzer::resolve_interface(GDScriptParser::ClassNode*&)'
|
modules/gdscript/gdscript.cpp#L929
'class GDScriptAnalyzer' has no member named 'resolve_class'; did you mean 'resolve_class_body'?
|
modules/gdscript/gdscript.cpp#L989
qualified-id in declaration before '(' token
|
modules/gdscript/gdscript.cpp#L2568
expected '}' at end of input
|
modules/gdscript/gdscript_analyzer.cpp#L4269
'GDScriptCache' has not been declared
|
The logs for this run have expired and are no longer available.
Loading