-
Notifications
You must be signed in to change notification settings - Fork 80
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
cxx-qt-gen: use the module name or attribute for the CXX file names #283
cxx-qt-gen: use the module name or attribute for the CXX file names #283
Conversation
How would you feel about renaming |
We could go for |
e94d077
to
f70e57f
Compare
That would be great, I'll approve then. |
Done :-) |
f70e57f
to
717accd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
So that we can support multiple QObjects later in one module block, use the module name or cxx_stem attribute as the output file name. Later if the Rust API is ever stable we could use the inspection APIs on Span to read the filename of the macro. This would mean we would be the same as CXX but this requires nightly.
717accd
to
d5f4f45
Compare
So that we can support multiple QObjects later in one module block, use the module name or cxx_stem attribute as the output file name.
Later if the Rust API is ever stable we could use the inspection APIs on Span to read the filename of the macro. This would mean we would be the same as CXX but this requires nightly.