#1001059 elpa-lsp-mode: dash-functional dependency is dropped, but it is needed anyway

Package:
elpa-lsp-mode
Source:
lsp-mode
Submitter:
Alberto Luaces
Date:
2021-12-23 22:21:02 UTC
Severity:
normal
Tags:
#1001059#5
Date:
2021-12-03 11:33:39 UTC
From:
To:
Dear Maintainer,

The last version removes the dash-functional dependency, but it is still required by the code, otherwise activating the mode chokes on `-const' function not being defined.

(require 'dash-functional) alleviates the problem in the meantime.

#1001059#10
Date:
2021-12-23 22:19:42 UTC
From:
To:
control: tag -1 + moreinfo

Hello,

I don't understand how this could be happening -- dash.el 2.18.0
provides -const, and elpa-lsp-mode depends on that.  You have dash.el
2.18.0 installed, right?