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

Separate cxx and ixx languages #19

Merged
merged 6 commits into from
Sep 29, 2023
Merged

Conversation

pedrolamarao
Copy link
Owner

This PR separates C++ module implementation and C++ module interfaces as two different languages.
This is a weird thing to do, just as it is already done to the "cpp" preprocessor language.
We are exploring the following effect: the practical difference in compiling C++ normal sources and module implementation sources and C++ module interfaces.
By having explicit C++ module interface source sets, we can compile C++ normal or module implementation sources with not concern for module dependency and ordering, and we may be certain that we must resolve module dependency and ordering for C++ module interface source sets.

@pedrolamarao pedrolamarao self-assigned this Sep 29, 2023
@pedrolamarao pedrolamarao merged commit 904c055 into main Sep 29, 2023
2 checks passed
@pedrolamarao pedrolamarao deleted the feature/separate-cxx-ixx branch October 13, 2023 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant