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

Manually run refit generator so the source can be directly added to the compilation rather than writing to a file #196

Closed
alrz opened this issue Oct 13, 2023 · 2 comments
Assignees
Labels
enhancement New feature, bug fix, or request

Comments

@alrz
Copy link

alrz commented Oct 13, 2023

I imagine this is done this way because generators don't have access to eachothers' output.

@alrz alrz added the enhancement New feature, bug fix, or request label Oct 13, 2023
@alrz
Copy link
Author

alrz commented Oct 13, 2023

Actually I'm not sure if this is possible. (need to pass a new compilation to the second generator)

@alrz alrz closed this as completed Oct 13, 2023
@christianhelle
Copy link
Owner

@alrz its exactly as you say, source generators run completely independent of each other. It was originally supposed to work as you mentioned, adding to the compilation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature, bug fix, or request
Projects
None yet
Development

No branches or pull requests

2 participants