-
Notifications
You must be signed in to change notification settings - Fork 251
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
Create simple mechanism to trigger codegeneration #1972
Comments
For context, I don't think this should be in a TypeSpecs shouldn't be changing often enough to warrant this, IMO. But I could see providing a |
To note, this should be responsible for running |
While it would increase initial build time slightly, it wouldn't affect downstream users if we emitted the Still, this feels like driving a thumbtack with a sledgehammer. It's useful for us, yes...sometimes...but never for end users. And even if Azure SDK devs are building multiple crates - like the entire workspace by default - everything gets regenerated unless we use crate-specific env vars. That is, this has virulent behavior. Instead, I think it's best if we just have a script under |
Something to the likes of
cargo generate
The text was updated successfully, but these errors were encountered: