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

Docs missing from luarocks #1269

Open
sahinf opened this issue Jun 19, 2024 · 0 comments
Open

Docs missing from luarocks #1269

sahinf opened this issue Jun 19, 2024 · 0 comments

Comments

@sahinf
Copy link

sahinf commented Jun 19, 2024

Debug adapter definition and debug configuration

I installed nvim-dap through rocks-nvim which installs through luarocks.

https://luarocks.org/modules/mfussenegger/nvim-dap/0.8.0-1

In the rockspec, the build.copy_directories is empty:

build = {
  type = 'builtin',
  copy_directories = { },
}

It should include the doc directory at least so that luarocks can package the help text.

Debug adapter version

No response

Steps to Reproduce

  1. Run Rocks install nvim-dap
  2. Navigate to install path ~/.local/share/nvim/rocks/lib/luarocks/rocks-5.1/nvim-dap/0.8.0-1/
  3. see contents of dir doc

Expected Result

should see a dap.txt file in that directory.

Actual Result

image

mfussenegger added a commit that referenced this issue Aug 9, 2024
mfussenegger added a commit that referenced this issue Aug 9, 2024
mfussenegger added a commit that referenced this issue Aug 9, 2024
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

1 participant