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(luarocks): add --force-lock flag #306

Merged
merged 2 commits into from
May 6, 2024
Merged

fix(luarocks): add --force-lock flag #306

merged 2 commits into from
May 6, 2024

Conversation

mrcjkb
Copy link
Member

@mrcjkb mrcjkb commented Apr 29, 2024

If exiting neovim duringa :Rocks sync, a lockfile.lfs may be left behind in the rocks_dir.
We already have an in-memory locking mechanism, so there's no need to use the luarocks lock file, which currently needs to be removed manually.

If exiting neovim duringa `:Rocks sync`, a lockfile.lfs may
be left behind in the rocks_dir.
We already have an in-memory locking mechanism, so there's no
need to use the luarocks lock file, which currently needs to be
removed manually.
Copy link
Contributor

github-actions bot commented Apr 29, 2024

Review Checklist

Does this PR follow the Contribution Guidelines? Following is a partial checklist:

Proper conventional commit scoping:

  • For example, fix(installer): some installer bugfix

  • Pull request title has the appropriate conventional commit prefix.

If applicable:

  • Tested
    • Tests have been added.
    • Tested manually (steps in PR description).
  • Updated documentation.

@mrcjkb
Copy link
Member Author

mrcjkb commented May 6, 2024

Merging, as this is trivial.

@mrcjkb mrcjkb merged commit f37f42b into master May 6, 2024
10 checks passed
@mrcjkb mrcjkb deleted the force-lock branch May 6, 2024 20:31
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.

1 participant