Open cardil opened 1 year ago
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
activity. It will automatically close after 30 more days of
inactivity. Reopen the issue with /reopen
. Mark the issue as
fresh by adding the comment /remove-lifecycle stale
.
/reopen /remove-lifecycle stale /triage accepted
@cardil: Reopened this issue.
Expected Behavior
To fix https://github.com/knative/infra/issues/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.