-
Notifications
You must be signed in to change notification settings - Fork 1.2k
remove internal/matchers #6777
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
remove internal/matchers #6777
Conversation
This closes #6523 |
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.
The actual shared code templates (internal/shared/matchers) need to be removed as well.
If you remove everything in this PR (which is fine) then, you're also closing #6541 |
Sure let me work on it, looks like this(internal/shared/matchers) has dependency with https://github.com/open-telemetry/opentelemetry-go/blob/main/sdk/internal/internaltest/harness.go#L19 and trace/utils_test.go |
Removed (internal/shared/matchers) and places where it is used. removed harness.go also as it completely use matchers. |
If you remove the templates, you need to remove all uses. CI is currently failing because of that. |
Likely the best approach. Sorry for the confusion. |
Will Update PR for that today. |
Make it like original PR. Remove only internal/matchers |
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.
Thank you for the contribution 🎉
Fixes #6523
Remove internal/matchers from code base and its code generation