Skip to content

Handle property name collisions

Emmanuele Bassi requested to merge ebassi/symbol-collision into master

Properties cannot have the same name as signals and methods, as they will break various language bindings.

Since listing this requirement only in the documentation has been insufficient, we should emit a warning, and hope that library developers will pay attention to it.

Merge request reports