Duplicate symbol when developed module is in installed global luarocks tree #3159
Unanswered
sewbacca
asked this question in
General Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I often find myself in the situation where I develop a luarocks module, which I already have installed in my global luarocks tree. Since I normally also add the global tree to my luarc, for autocompletion, it causes duplicate symbols all over the place. My workaround is to uninstall said module from my global tree, restart LuaLS and then develop the module. Does anybody has a better solution for this? Ideally I would like to ignore all classes loaded from a library, so it won't trigger duplicate symbols if they are found in an external library (but it still gives autocompletion for external classes).
Beta Was this translation helpful? Give feedback.
All reactions