Type-ify notify connects
Submitted by Fabian Deutsch
Link to original bug (#615262)
Description
Currently I can connect to property changes by using
obj["prop_name"].connect( ... );
The problem with this syntax is, that I can connect to signals that do not exist or were deprecated and vanished.
A solution would be to change the syntax, so a syntax check can be performed, two possibilities:
obj.prop.connect( ... )
obj.notify.prop.connect( ... )
Blocking
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information