You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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?
I noticed that the current iteration of the readme states that plugin authors should have a tag that matches the
version
in thepackspec
.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
orscm
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.
The text was updated successfully, but these errors were encountered: