Skip to content
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

Merged
merged 11 commits into from
Jun 23, 2022
Merged

codegen misc #162

merged 11 commits into from
Jun 23, 2022

Conversation

kkourt
Copy link
Contributor

@kkourt kkourt commented Jun 14, 2022

codegen misc updates, pleas see commits.

Copy link
Contributor

@willfindlay willfindlay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kkourt kkourt force-pushed the pr/kkourt/codegen-misc branch 2 times, most recently from d32ef6e to 738c467 Compare June 16, 2022 16:17
@kkourt kkourt requested a review from willfindlay June 17, 2022 12:49
Copy link
Contributor

@willfindlay willfindlay left a 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?

@kkourt
Copy link
Contributor Author

kkourt commented Jun 20, 2022

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 :)

kkourt added 11 commits June 23, 2022 14:42
... and, also, do it in parallel.

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]>
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]>
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]>
@kkourt kkourt force-pushed the pr/kkourt/codegen-misc branch from 0b455ba to 37775ab Compare June 23, 2022 12:53
@kkourt kkourt marked this pull request as ready for review June 23, 2022 13:08
@kkourt kkourt requested a review from a team as a code owner June 23, 2022 13:08
@kkourt kkourt requested a review from willfindlay June 23, 2022 13:22
Copy link
Contributor

@willfindlay willfindlay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks!

@jrfastab jrfastab merged commit 2b68bbf into main Jun 23, 2022
@jrfastab jrfastab deleted the pr/kkourt/codegen-misc branch June 23, 2022 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants