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

fix: imports for non-referenced external types #2880

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

worstell
Copy link
Contributor

sometimes these need to be genned even if they're not referenced by the main module, e.g. the request in an external verb for which the main module needs a client. we need to generate the client with its resolved request type

@worstell worstell requested review from a team and gak and removed request for a team September 27, 2024 20:10
@worstell worstell force-pushed the worstell/20240927-fix-verb-client-gen branch from 0ca2af7 to 3c60cff Compare September 27, 2024 20:11
This was referenced Sep 27, 2024
sometimes these need to be genned even if they're not referenced by the main module, e.g. the request in an external verb for which the main module needs a client. we need to generate the client with its resolved request type
@worstell worstell force-pushed the worstell/20240927-fix-verb-client-gen branch from 3c60cff to 69ba831 Compare September 27, 2024 21:56
@worstell worstell merged commit 68aa44b into main Sep 27, 2024
91 checks passed
@worstell worstell deleted the worstell/20240927-fix-verb-client-gen branch September 27, 2024 22:04
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