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

Remove testing dependency from public dependencies #1760

Open
howardjohn opened this issue Aug 9, 2024 · 0 comments
Open

Remove testing dependency from public dependencies #1760

howardjohn opened this issue Aug 9, 2024 · 0 comments

Comments

@howardjohn
Copy link

The estargz/testutil.go and similar files leak the stdlib testing dependency into any production code that depends on these utilities. It would be ideal if the testing stuff was kept isolated from the core code to minimize transitive dependencies. This isn't a huge deal but still nice to have IMO.

I took a briefly look and the way things are structured makes it not trivial to do so

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

No branches or pull requests

1 participant