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

Eliminate dependency on codegen-client from codegen-server #1864

Closed
david-perez opened this issue Oct 17, 2022 · 0 comments · Fixed by #2105
Closed

Eliminate dependency on codegen-client from codegen-server #1864

david-perez opened this issue Oct 17, 2022 · 0 comments · Fixed by #2105

Comments

@david-perez
Copy link
Contributor

Now that codegen-core is a thing, we should work towards eliminating the dependency on codegen-client from codegen-server. So the goal is to drive this number down to zero:

find . -name "*.kt" | xargs grep -n "software.amazon.smithy.rust.codegen.client" | wc -l

These are candidates to be moved to codegen-core and be made more general if possible, reducing our usage on CodegenTarget too: #1765.

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 a pull request may close this issue.

1 participant