-
Notifications
You must be signed in to change notification settings - Fork 197
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
Move most utils and synthetic traits into core #1730
Conversation
Should we move everything in the |
Yes, we should. Not in this PR though 😄 I'm trying to keep the changes smaller and easier to review. I attempted to move |
A new generated diff is ready to view.
A new doc preview is ready to view. |
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.
Looks good!
A new generated diff is ready to view.
A new doc preview is ready to view. |
Motivation and Context
As part of refactoring more code into the core module, this PR:
util
package fromcodegen-client
intocodegen-core
codegen-core
RustTypesTest
fileslang
->rustlang
package name incodegen-client
testsletIf
fromSymbolVisitor
into its own file incodegen-core
The
Synthetics
util was left incodegen-client
since its unit test requirestestutil
, andtestutil
requires dozens more files fromcodegen-client
. Pulling it in would easily quadruple the size of this PR.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.