qooxdoo / qooxdoo

qooxdoo - Universal JavaScript Framework
http://qooxdoo.org
Other
764 stars 259 forks source link

Detect duplicate namespaces in libraries of Qooxdoo project #10648

Closed p9malino26 closed 4 months ago

p9malino26 commented 4 months ago

This PR makes the compiler complain if there are two libraries within a Qx project which have the same namespace. This is because having a duplicate namespace causes some problems, such as the compiler not responding to changed source files.