Skip to content
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

feat(refactor): initial RFD5 impl, slight refspec handling improvement #744

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

j-lanson
Copy link
Collaborator

Resolves #743 .

This PR simply refactors the existing logic for target resolution into the form proposed by RFD5. In a subsequent PR I will add fuzzy version checking for packages and code for getting the newest version of an npm package by parsing the JSON object.

There are slight improvements to the selection of what git ref to target based on what seed we resolved from in get_checkout_target().

@j-lanson j-lanson added type: enhancement New feature or request type: chore Clean up or management task. product: hc Relates to the core "hc" binary labels Dec 23, 2024
@j-lanson j-lanson added this to the 3.10.0 milestone Dec 23, 2024
@j-lanson j-lanson requested a review from mchernicoff December 23, 2024 20:30
@j-lanson j-lanson self-assigned this Dec 23, 2024
@mchernicoff mchernicoff merged commit a3c0c91 into main Dec 24, 2024
10 checks passed
@alilleybrinker alilleybrinker deleted the jlanson/rfd5 branch January 17, 2025 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product: hc Relates to the core "hc" binary type: chore Clean up or management task. type: enhancement New feature or request
Projects
Status: Done
Status: Done
Development

Successfully merging this pull request may close these issues.

Implement base RFD5 refactor
2 participants