Skip to content

Commit

Permalink
Dependency: Isolate SemVer version logic in its own struct
Browse files Browse the repository at this point in the history
Currently, Dependency is a mesh of logic, having evolved from a SemVer + branch only
version specification to semver, branch, path, repository.
In order to bring it under control, and attempt to have a smarter dependency matching,
we must first isolate the different ways we specify dependencies.
  • Loading branch information
Geod24 committed Jun 16, 2022
1 parent 96d2536 commit d371cd4
Showing 1 changed file with 225 additions and 177 deletions.
Loading

0 comments on commit d371cd4

Please sign in to comment.