Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructure the generation of _Mixin classes and @property methods #2198

Open
ohmayr opened this issue Sep 25, 2024 · 0 comments
Open

Restructure the generation of _Mixin classes and @property methods #2198

ohmayr opened this issue Sep 25, 2024 · 0 comments
Assignees
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: cleanup An internal cleanup or hygiene concern.

Comments

@ohmayr
Copy link
Contributor

ohmayr commented Sep 25, 2024

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.

@vchudnov-g vchudnov-g added type: cleanup An internal cleanup or hygiene concern. priority: p2 Moderately-important priority. Fix may not be included in next release. labels Sep 25, 2024
@vchudnov-g vchudnov-g assigned ohmayr and unassigned parthea Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: cleanup An internal cleanup or hygiene concern.
Projects
None yet
Development

No branches or pull requests

3 participants