mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Elide unnecessary copies in CONSTRUCT_TYPED_* opcodes
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
GDTEST_RUNTIME_ERROR
|
||||
>> ERROR: Method/function failed. Returning: false
|
||||
>> Attempted to assign an object into a TypedArray, that does not inherit from 'GDScript'.
|
||||
>> ERROR: Method/function failed.
|
||||
>> Unable to convert array index 0 from "Object" to "Object".
|
||||
>> Attempted to set an object into a TypedArray, that does not inherit from 'GDScript'.
|
||||
>> ERROR: Condition "!_p->typed.validate(value, "set")" is true.
|
||||
not ok
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
GDTEST_RUNTIME_ERROR
|
||||
>> ERROR: Method/function failed. Returning: false
|
||||
>> Attempted to assign an object into a TypedDictionary.Key, that does not inherit from 'GDScript'.
|
||||
>> ERROR: Method/function failed.
|
||||
>> Unable to convert key from "Object" to "Object".
|
||||
>> Attempted to set an object into a TypedDictionary.Key, that does not inherit from 'GDScript'.
|
||||
>> ERROR: Condition "!_p->typed_key.validate(key, "set")" is true. Returning: false
|
||||
not ok
|
||||
|
||||
Reference in New Issue
Block a user