-
Notifications
You must be signed in to change notification settings - Fork 380
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
codegen misc #162
codegen misc #162
Conversation
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.
LGTM
d32ef6e
to
738c467
Compare
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.
These changes look great. I assume you're still planning on moving out bytesmatcher and friends in the same way as stringmatcher?
yap, that's the plan :) |
... and, also, do it in parallel. Signed-off-by: Kornilios Kourtis <[email protected]>
Signed-off-by: Kornilios Kourtis <[email protected]>
update codegen to deal with paths that are not part of the code being generated. Signed-off-by: Kornilios Kourtis <[email protected]>
Signed-off-by: Kornilios Kourtis <[email protected]>
There is no need to generate code for stringmatcher. Just move it to a package and use it as normal go code. Signed-off-by: Kornilios Kourtis <[email protected]>
Signed-off-by: Kornilios Kourtis <[email protected]>
There is no need to generate code for bytesmatcher. Just move it to a package and use it as normal go code. Signed-off-by: Kornilios Kourtis <[email protected]>
There is no need to generate code for durationmatcher. Just move it to a package and use it as normal go code. Signed-off-by: Kornilios Kourtis <[email protected]>
There is no need to generate code for durationmatcher. Just move it to a package and use it as normal go code Signed-off-by: Kornilios Kourtis <[email protected]>
There is no need to generate code for timestampmatcher. Just move it to a package and use it as normal go code Signed-off-by: Kornilios Kourtis <[email protected]>
Now that there are no more matchers generated, we can remove the matchers package from codegen. Signed-off-by: Kornilios Kourtis <[email protected]>
0b455ba
to
37775ab
Compare
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.
LGTM thanks!
codegen misc updates, pleas see commits.