-
Notifications
You must be signed in to change notification settings - Fork 331
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
Rewrite the Knative code-gen to a Go-native tool #2809
Comments
Note for a bunch of the codegen we do - it could be generics now |
/assign |
This issue is stale because it has been open for 90 days with no |
/reopen |
@cardil: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Expected Behavior
To fix knative/infra#134 we need to remove the shell wrapper, so the Knative projects could run the code-gen in
go run ...
native way.Actual Behavior
Current code gen has a shell wrapper. Because of it Knative projects which use this code gen require the vendor directory.
The text was updated successfully, but these errors were encountered: