Skip to content

Version Resolver #1

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

Merged
merged 5 commits into from
Jan 18, 2022
Merged

Version Resolver #1

merged 5 commits into from
Jan 18, 2022

Conversation

barelyhuman
Copy link
Owner

  • Handle cases where there's no version specified eg: /barelyhuman/commitlog => to the latest version /barelyhuman/commitlog@v0.0.10

  • Handle cases where partial versions are specified eg: /pkg@6 => /pkg@v6.0.1

  • Handle cases where a commit hash is provided eg: /pkg@123sad213 => /pkg@123sad213 (basically, don't touch it!)

  • Experiment on how much of wrapping around would be needed to handle version ranges without screwing up the above 3

parse versions as normal instead of
without errors, still missing a few
error cases, need to be handled
@barelyhuman barelyhuman added the enhancement New feature or request label Jan 18, 2022
@barelyhuman barelyhuman self-assigned this Jan 18, 2022
@barelyhuman barelyhuman marked this pull request as draft January 18, 2022 05:30
@barelyhuman barelyhuman marked this pull request as ready for review January 18, 2022 13:21
@barelyhuman barelyhuman merged commit 99244fe into dev Jan 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant