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'm currently packaging telescope for Debian (it's part of a dependency tree leading up to neovim), and since we usually prefer rebuilding everything from sources during package building, including the documentation if a possible, I added "make docs" to our build scripts.
However I am getting the following error:
[...]/telescope:$ make docs
rm -rf docs
ldoc -t "Telescope API Docs" telescope.lua
/mnt/data/packages/lua/lua-telescope/telescope/telescope.lua:18: ?: 'class' cannot have multiple values; {module,module,module}
Makefile:15: recipe for target 'docs' failed
make: *** [docs] Error 1
Do you have any idea what could cause this? I am using ldoc-1.4.2.
Thanks !
The text was updated successfully, but these errors were encountered:
Hello !
I'm currently packaging telescope for Debian (it's part of a dependency tree leading up to neovim), and since we usually prefer rebuilding everything from sources during package building, including the documentation if a possible, I added "make docs" to our build scripts.
However I am getting the following error:
Do you have any idea what could cause this? I am using ldoc-1.4.2.
Thanks !
The text was updated successfully, but these errors were encountered: