You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
The
estargz/testutil.go
and similar files leak the stdlibtesting
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
The text was updated successfully, but these errors were encountered: