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

refactor(registry): use aqua:skaji/relocatable-perl for perl #3716

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

scop
Copy link
Contributor

@scop scop commented Dec 19, 2024

No description provided.

@@ -1220,7 +1220,7 @@ pdm.backends = ["pipx:pdm", "asdf:1oglop1/asdf-pdm"]
pdm.test = ["pdm --version", "PDM, version {{version}}"]
peco.backends = ["aqua:peco/peco", "asdf:asdf-community/asdf-peco"]
periphery.backends = ["asdf:MontakOleg/asdf-periphery"]
perl.backends = ["asdf:ouest/asdf-perl"]
perl.backends = ["aqua:skaji/relocatable-perl", "asdf:ouest/asdf-perl"]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

relocatable-perls are available for Linux and macOS only. I wonder if that's a problem re this entry?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No because asdf plugins don't work on windows anyways

@@ -1220,7 +1220,7 @@ pdm.backends = ["pipx:pdm", "asdf:1oglop1/asdf-pdm"]
pdm.test = ["pdm --version", "PDM, version {{version}}"]
peco.backends = ["aqua:peco/peco", "asdf:asdf-community/asdf-peco"]
periphery.backends = ["asdf:MontakOleg/asdf-periphery"]
perl.backends = ["asdf:ouest/asdf-perl"]
perl.backends = ["aqua:skaji/relocatable-perl", "asdf:ouest/asdf-perl"]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did not add a perl.test, because I'm not sure how to match e.g. the perl --version output for those relocatable perls for their "package" versions, for example 5.40.0.1 contains

This is perl 5, version 40, subversion 0 (v5.40.0) built for x86_64-linux

(The .1 is missing from the output)

@jdx jdx merged commit 3852bdc into jdx:main Dec 19, 2024
19 checks passed
@scop scop deleted the refactor/aqua-perl branch December 19, 2024 18:36
miguelmig pushed a commit to miguelmig/mise that referenced this pull request Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants