chore(luarocks): add rockspec to publish/install with luarocks#2607
Open
GuillaumeDesforges wants to merge 1 commit intoolimorris:mainfrom
Open
chore(luarocks): add rockspec to publish/install with luarocks#2607GuillaumeDesforges wants to merge 1 commit intoolimorris:mainfrom
GuillaumeDesforges wants to merge 1 commit intoolimorris:mainfrom
Conversation
Owner
|
Hey @GuillaumeDesforges thanks for this PR. Absolutely awesome idea and one that I think is worthwhile pursuing. My immediate thought is...how can we automate this? I think it would be cool to add a release workflow like I have with a Ruby gem so that we're always keeping it up to date. Potentially we should do the same with the rockspec too? A simple lua script to traverse the CodeCompanion directory and create a rockspec file on our behalf. |
Contributor
|
This PR is stale because it has been open for 30 days with no activity. |
Author
|
Automation would be the best indeed. I'll look into it, though time is a scarce resource ;) if anyone wants to jump on this please do! |
33e62af to
21ee3f1
Compare
21ee3f1 to
d33e801
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Allow installation of
codecompanion.nvimwithluarocks(https://luarocks.org/).Having this file does not, in itself, allow users to install via luarocks; it must be uploaded to https://luarocks.org/.
Since I needed to install it, I have gone and pushed this version to https://luarocks.org/modules/gdfrj/codecompanion.nvim; I can transfer ownership if you'd like to publish yourself (e.g. in the CI). Otherwise I can happily do it by hand when notified (ping me via GitHub or email).
Checklist
Well, I have not opened a discussion before. If you don't care you may just close the PR I wan't take it personally. :)
make allto ensure docs are generated, tests pass and StyLua has formatted my codeNot needed here though
... and wishing you a happy New Year!