Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

implement command to reduce versions of deps #65

Open
kamilsk opened this issue Apr 30, 2022 · 0 comments
Open

implement command to reduce versions of deps #65

kamilsk opened this issue Apr 30, 2022 · 0 comments
Assignees

Comments

@kamilsk
Copy link
Owner

kamilsk commented Apr 30, 2022

$ egg deps reduce --go=1.11

the algorithm:

  • run test and check coverage
  • define list of deps with downgrade versions
  • filter them by --go
  • if nothing available - return error
  • otherwise use binary search to define optimal min version
  • run test everytime a dep was updated
@kamilsk kamilsk self-assigned this Apr 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant