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

implement command to reduce versions of deps #65

@kamilsk

Description

@kamilsk
$ 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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions