You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use free() as a Callable (e.g. for connecting signal or using call_deferred()), it fails with Parser Error: Identifier not found: free, but only at runtime.
Steps to reproduce
func_ready():
free.call_deferred()
Run.
Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered:
Related to #82251, and duplicate of #58912 (but closed after adding docs).
Should be fixed by #82264. If you want to test/review it, could use another pair of eyes before merging for 4.3.
Tested versions
Confirmed in 4.2, but likely applies to all current 4.x versions
System information
Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1060 (NVIDIA; 30.0.15.1403) - Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (8 Threads)
Issue description
When trying to use
free()
as a Callable (e.g. for connecting signal or usingcall_deferred()
), it fails withParser Error: Identifier not found: free
, but only at runtime.Steps to reproduce
Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered: