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

Support for bin/latest-stable #21

Closed
jdx opened this issue Jan 27, 2023 · 4 comments · Fixed by #301
Closed

Support for bin/latest-stable #21

jdx opened this issue Jan 27, 2023 · 4 comments · Fixed by #301
Labels
enhancement New feature or request

Comments

@jdx
Copy link
Owner

jdx commented Jan 27, 2023

I didn't add this yet since I couldn't find a plugin that actually had one, but golang does so I can use that as a reference.

@jdx jdx added the enhancement New feature or request label Jan 28, 2023
@Hypnotist1148
Copy link

This would be useful for a shorthand repository.
I would use the commit hashes as versions, and using this you could get the latest commit on head.

@jdx
Copy link
Owner Author

jdx commented Feb 22, 2023

can you explain more? perhaps with pseudo commands? I'm not seeing how this would be used as you described.

@Hypnotist1148
Copy link

Hypnotist1148 commented Feb 22, 2023

can you explain more? perhaps with pseudo commands? I'm not seeing how this would be used as you described.

Sure, the output of rtx latest {plugin}" should output the latest runtime version for a plugin as i understand.

In the latest-stable script I'd get the latest git commit for the shorthand repo from master.

...
echo "$(git log HEAD..origin/master -n 1 --format="%H")"

@jdx
Copy link
Owner Author

jdx commented Mar 8, 2023

@kachick mentioned in discord that this is a problem for asdf-zigmod since it has "-r56" style versions that rtx won't pick as the latest so we likely need latest-stable

jdx added a commit that referenced this issue Mar 12, 2023
jdx added a commit that referenced this issue Mar 12, 2023
@jdx jdx closed this as completed in #301 Mar 12, 2023
jdx added a commit that referenced this issue Mar 12, 2023
mise-en-dev pushed a commit that referenced this issue Apr 17, 2024
The original vic/asdf-gleam redirects to the community repo now.
jdx pushed a commit that referenced this issue Jun 1, 2024
Fix the documentation for Xcode
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 a pull request may close this issue.

2 participants