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

handling dev versions and basic rolling release workflows #40

Open
mrcjkb opened this issue Mar 31, 2023 · 3 comments
Open

handling dev versions and basic rolling release workflows #40

mrcjkb opened this issue Mar 31, 2023 · 3 comments

Comments

@mrcjkb
Copy link

mrcjkb commented Mar 31, 2023

I noticed that the current iteration of the readme states that plugin authors should have a tag that matches the version in the packspec.

Just wanted to bring it to your attention that some plugin authors may disagree with this.
See for example ibhagwan/fzf-lua#640 (comment).

Others might want to keep a dev or scm version on their main branch.

With RockSpec, this is handled in a variety of ways. Often, the main branch has a RockSpec with version = scm, and there's a subdirectory with version-named rockspecs.

An alternative approach could be to allow the semantic version only on tags or stable branches.

@mjlbach
Copy link
Contributor

mjlbach commented Mar 31, 2023

Just wanted to bring it to your attention that some plugin authors may disagree with this. See for example ibhagwan/fzf-lua#640 (comment).

Part of the point of standards is pushing people for homogeneity for the benefit of users and writing simple package managers. I was aware when I wrote this that there would be a few outliers.

Anyways, I'm not involved with neovim anymore so this repo is effectively dead, as it was one of my passion projects

@mrcjkb
Copy link
Author

mrcjkb commented Mar 31, 2023

Part of the point of standards is pushing people for homogeneity for the benefit of users and writing simple package managers.

I believe supporting scm versions would benefit plugin authors as well as users who like to be on the bleeding edge.
But I see your point that it could make package managers more complicated.

Anyways, I'm not involved with neovim anymore so this repo is effectively dead, as it was one of my passion projects

That's a shame to hear. It seems like others have been continuing work on this though?

Thanks for your previous work on neovim 😄

@lewis6991
Copy link
Member

This repo is on a long hiatus. The main blocker was getting package managers to prototype something.

I've been spending most of my time on Neovim core for the last year or so but I do plan to pick this up again at some point.

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

No branches or pull requests

3 participants