Restructure the generation of _Mixin
classes and @property
methods
#2198
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: cleanup
An internal cleanup or hygiene concern.
We want to generate
_Mixin
classes and@property
methods into separate macros so that_Method
and_Mixin
classes can be defined all together and the @Property methods for each can be defined after the class definitions. This can be achieved by separating out the genration of_Mixin
classes and@property
methods so that they can be called in separate for loops.The text was updated successfully, but these errors were encountered: