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

fix: macos is now platform specific #22

Merged
merged 3 commits into from
May 17, 2024

Conversation

rm-kierancoker
Copy link
Contributor

@rm-kierancoker rm-kierancoker commented May 17, 2024

it looks like with the latest 0.10.0 release, neovim is publishing macos-arm or macos-x86_64 versions only

relates to issue #21

it looks like with the latest 0.10.0 release, neovim is publishing
macos-arm or macos-x86_64 versions only
@tedkulp
Copy link

tedkulp commented May 17, 2024

Wouldn't this need to check for versions below 0.10 and still use the old logic?

@rm-kierancoker
Copy link
Contributor Author

Possibly, I thought the plugin was version released but if we'd prefer that approach, sure happy to make that change =]

If the version is less than 0.10.x we will want to use the old platform
of just `macos` rather than split based on arch
@rm-kierancoker
Copy link
Contributor Author

I've implemented the check for version, testing upgrading to 0.10.0 (removing and old version) then going back to 0.9.0 - this has successfully downloaded and installed both v0.9.0 and v0.10.0

@tedkulp
Copy link

tedkulp commented May 17, 2024

Working here. Thank you for that. Hopefully it gets merged in soon.

If anyoone can't wait: asdf plugin update neovim pull/22/head worked for me

bin/utils.sh Show resolved Hide resolved
@richin13
Copy link
Owner

Thank you @rm-kierancoker

@richin13 richin13 merged commit 7022bbe into richin13:master May 17, 2024
@rm-kierancoker
Copy link
Contributor Author

Apologies for the formatting, not entirely sure how i didn't recognise it was so massively different 😅

Thanks for merging and making this plugin ❤️

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.

3 participants